Skip to content

Commit

Permalink
fixed unit test for ModelUpdater, so it can work within UnitTests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvlaminck committed Jun 11, 2024
1 parent cce3e0f commit 8979a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/ModelUpdater/ModelUpdater_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_find_changed_enums():

toestand_file_path.write_text(f'{toestand_orig_file_contents}edited this file', encoding='utf-8')
new_file_path.write_text('new file', encoding='utf-8')
cmd = 'git add ./../TestModel/OtlmowModel/Datatypes/KlNew.py'
cmd = 'git add ./UnitTests/TestModel/OtlmowModel/Datatypes/KlNew.py'
from subprocess import Popen, PIPE
Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True).communicate()

Expand Down

0 comments on commit 8979a1f

Please sign in to comment.