Skip to content

Commit b4ff44b

Browse files
committed
correct params
1 parent 422fd21 commit b4ff44b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mmeds/tests/unit/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def test_s_format_to_humann(self):
322322
test_true_result = fig.TEST_FORMAT_HUMANN_RESULT
323323
test_out_result = tmpdir / "test_humann_format_out.tsv"
324324

325-
util.format_table_to_humann(test_table, test_map, ["Stage", "MASLDstatus"], True, True)
325+
util.format_table_to_humann(test_table, test_map, ["Stage", "MASLDstatus"], test_out_result, True, True)
326326

327327
# Assert created file is equal to test example
328328
self.assertTrue(filecmp.cmp(test_true_result, test_out_result, shallow=False))

0 commit comments

Comments
 (0)