see if this solves the windows build problem

This commit is contained in:
mike cullerton 2022-11-21 08:36:39 -05:00
parent 79dea88b96
commit 168ce9cff3
1 changed files with 1 additions and 1 deletions

View File

@ -2384,7 +2384,7 @@ class TestProcessApi(BaseTest):
for group in groups:
persisted = ProcessModelService().get_process_group(group)
assert persisted is not None
assert persisted.id == group
assert persisted.id_for_file_path() == group
def test_move_model(
self,