Skip to content

Commit

Permalink
fix refactor get_lib_type test
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Jan 25, 2024
1 parent 051a865 commit 1e9b9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_get_library_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_evaluate_mate_relationship_split_mates(self):
assert (
test_instance.results.relationship ==
StatesTypeRelationship.split_mates
)
)

def test_evaluate_mate_relationship_assumed_single(self, tmpdir):
"""Test mate relationship evaluation logic with input files being
Expand Down

0 comments on commit 1e9b9a6

Please sign in to comment.