see if this solves the windows build problem
This commit is contained in:
parent
891ea7a92a
commit
788ee628d4
|
@ -2384,7 +2384,7 @@ class TestProcessApi(BaseTest):
|
||||||
for group in groups:
|
for group in groups:
|
||||||
persisted = ProcessModelService().get_process_group(group)
|
persisted = ProcessModelService().get_process_group(group)
|
||||||
assert persisted is not None
|
assert persisted is not None
|
||||||
assert persisted.id == group
|
assert persisted.id_for_file_path() == group
|
||||||
|
|
||||||
def test_move_model(
|
def test_move_model(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in New Issue