Skip to content

Commit

Permalink
fix(test): flaky snapshort ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Borer committed Oct 29, 2020
1 parent 55292bc commit 73e57ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caluma/caluma_workflow/tests/test_work_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def test_complete_work_item_with_next(
db,
group_jexl,
is_multiple_instance,
snapshot,
sorted_snapshot,
work_item,
task,
task_factory,
Expand Down Expand Up @@ -466,7 +466,7 @@ def group(self):
result = schema_executor(query, variable_values=inp, info=info)

assert not result.errors
snapshot.assert_match(result.data)
assert result.data == sorted_snapshot("addressedGroups")


@pytest.mark.parametrize(
Expand Down

0 comments on commit 73e57ea

Please sign in to comment.