diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/test_pkgdev_mask.py | 2 |
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 """) |