Skip to content

Commit 5666e16

Browse files
committed
Fixed test
1 parent 210bb5d commit 5666e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mutation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def member(self):
313313
""".strip()
314314

315315
out = StringIO()
316-
mutant_names, hash_by_function_name = write_all_mutants_to_file(out=out, source=source)
316+
mutant_names, hash_by_function_name = write_all_mutants_to_file(out=out, source=source, filename='filename')
317317
assert len(mutant_names) == 2
318318
mutants_source = out.getvalue()
319319

0 commit comments

Comments
 (0)