Skip to content

Commit

Permalink
more rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Meisrimel authored and Peter Meisrimel committed Oct 30, 2024
1 parent f97add4 commit fb0b11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ def test_csv_options_cs1(self):

def test_csv_options_cs2(self):
simple_alias = Dummy_FMUModelCS2([("x", "y")], os.path.join(file_path, "files", "FMUs", "XML", "CS2.0", "NegatedAlias.fmu"), _connect_dll=False)
_run_negated_alias(self, simple_alias)
_run_negated_alias(simple_alias, "csv")

class TestResultDymolaBinary:

Expand Down

0 comments on commit fb0b11c

Please sign in to comment.