Skip to content

Commit b28f970

Browse files
committed
Fix wrong test folder
1 parent b37c64e commit b28f970

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)