Skip to content

Commit 945306b

Browse files
committed
[test_ModelicaSystem] fix rebase fallout
1 parent f716011 commit 945306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def test_simulate_inputs(tmp_path):
396396
"u1=[(0.0, 0), (1.0, 1)]",
397397
"u2=[(0.0, 0), (0.25, 0.5), (0.5, 1.0), (1.0, 0)]",
398398
])
399-
csv_file = mod.createCSVData()
399+
csv_file = mod._createCSVData()
400400
assert pathlib.Path(csv_file).read_text() == """time,u1,u2,end
401401
0.0,0.0,0.0,0
402402
0.25,0.25,0.5,0

0 commit comments

Comments
 (0)