aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-26 21:14:29 -0600
committerTim Harder <radhermit@gmail.com>2021-03-26 21:14:29 -0600
commit208c44a6c1682273df224a0ff73f8e29d977db5b (patch)
tree39ee73ae228f07714d0935bdfc003ea0be4a904f /tests
parentbump version (diff)
downloadpkgdev-208c44a6c1682273df224a0ff73f8e29d977db5b.tar.gz
pkgdev-208c44a6c1682273df224a0ff73f8e29d977db5b.tar.bz2
pkgdev-208c44a6c1682273df224a0ff73f8e29d977db5b.zip
pkgdev mask: change removal format to a 'tag: value' style
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts/test_pkgdev_mask.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/test_pkgdev_mask.py b/tests/scripts/test_pkgdev_mask.py
index 3a692d0..a5eddf7 100644
--- a/tests/scripts/test_pkgdev_mask.py
+++ b/tests/scripts/test_pkgdev_mask.py
@@ -194,6 +194,6 @@ class TestPkgdevMask:
assert self.masks_path.read_text() == textwrap.dedent(f"""\
# First Last <first.last@email.com> ({today})
# mask comment
- # Removal on {removal}
+ # Removal: {removal}
cat/pkg
""")