From 208c44a6c1682273df224a0ff73f8e29d977db5b Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 26 Mar 2021 21:14:29 -0600 Subject: pkgdev mask: change removal format to a 'tag: value' style --- tests/scripts/test_pkgdev_mask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 ({today}) # mask comment - # Removal on {removal} + # Removal: {removal} cat/pkg """) -- cgit v1.2.3-65-gdbad