Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tessa Pierce Ward <bluegenes@users.noreply.github.com>
  • Loading branch information
ctb and bluegenes committed Mar 29, 2022
1 parent 93d38ef commit 68c7edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ def test_multi_index_load_from_directory_2():


def test_multi_index_load_from_directory_3_simple_bad_file(runtmp):
# check that force=False fails properly when confrunted with non-JSON
# check that force=False fails properly when confronted with non-JSON
# files.
c = runtmp

Expand All @@ -1325,7 +1325,7 @@ def test_multi_index_load_from_directory_3_simple_bad_file(runtmp):


def test_multi_index_load_from_directory_3(runtmp):
# check that force=False fails properly when confrunted with non-JSON
# check that force=False fails properly when confronted with non-JSON
# files that are legit sourmash files...
c = runtmp

Expand Down

0 comments on commit 68c7edb

Please sign in to comment.