Skip to content

Commit 4517e63

Browse files
authored
Merge pull request #351 from simvue-io/hotfix/fix-wrong-folder
Fix wrong test folder
2 parents b37c64e + b28f970 commit 4517e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/refactor/test_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_executor_add_process(
1616
run.init(
1717
f"test_executor_{'success' if successful else 'fail'}",
1818
tags=["simvue_client_unit_tests", request.node.name],
19-
folder="/simvue_unit_test_folder"
19+
folder="/simvue_unit_testing"
2020
)
2121

2222
run.add_process(

0 commit comments

Comments
 (0)