From a078be3e9e525d4ea5dc47e8964c5794bba01571 Mon Sep 17 00:00:00 2001 From: Baldur Kristinsson Date: Fri, 10 Feb 2023 13:27:46 +0000 Subject: [PATCH] Fix reference string checked by destroymissing test --- tests/test_destroymissing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_destroymissing.py b/tests/test_destroymissing.py index 04255f1..c74f9c7 100644 --- a/tests/test_destroymissing.py +++ b/tests/test_destroymissing.py @@ -117,7 +117,7 @@ class TestZfsNode(unittest2.TestCase): print(buf.getvalue()) #on second run it sees the dangling ex-parent but doesnt know what to do with it (since it has no own snapshot) - self.assertIn("test_source1: Destroy missing: has no snapshots made by us.", buf.getvalue()) + self.assertIn("test_source1: Destroy missing: has no snapshots made by us", buf.getvalue())