From e3c8d5802039d3c14deeb92ef99605513ea31154 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Fri, 15 Sep 2023 08:52:45 -0700 Subject: [PATCH] update comment --- tests/test_manifest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_manifest.py b/tests/test_manifest.py index a8813dd92..074d72d70 100644 --- a/tests/test_manifest.py +++ b/tests/test_manifest.py @@ -62,7 +62,8 @@ def test_manifest_operations(): def test_manifest_operations_fail(): - # test basic manifest operations - += + # should not be able to add a manifest to itself - not only makes + # no sense, but it means you're modifying a generator in place, sometimes. protzip = utils.get_test_data('prot/protein.zip') loader = sourmash.load_file_as_index(protzip)