Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Oct 20, 2024
1 parent 210bb5d commit 5666e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def member(self):
""".strip()

out = StringIO()
mutant_names, hash_by_function_name = write_all_mutants_to_file(out=out, source=source)
mutant_names, hash_by_function_name = write_all_mutants_to_file(out=out, source=source, filename='filename')
assert len(mutant_names) == 2
mutants_source = out.getvalue()

Expand Down

0 comments on commit 5666e16

Please sign in to comment.