Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Sep 15, 2023
1 parent d13dd24 commit e3c8d58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e3c8d58

Please sign in to comment.