Skip to content

Commit 6b42407

Browse files
committed
??? fix flake8
1 parent 7f33669 commit 6b42407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_customBuildDirectory(tmp_path, model_firstorder):
142142
file=filePath,
143143
name="M",
144144
)
145-
assert pathlib.Path(m.getWorkDirectory()).resolve() == tmpdir.resolve()
145+
assert pathlib.Path(mod.getWorkDirectory()).resolve() == tmpdir.resolve()
146146
result_file = tmpdir / "a.mat"
147147
assert not result_file.exists()
148148
mod.simulate(resultfile="a.mat")

0 commit comments

Comments
 (0)