Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Jun 28, 2024
1 parent 1ffad20 commit 479bf14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ class SearchConfigIndexingSpec extends BaseIntegrationSpec {
}"""

assertOneSource(queryField(singleNeuronSimulationId, "singleNeuronSimulation")) { json =>
json shouldEqual expected
json should equalIgnoreArrayOrder(expected)
}
}

Expand Down

0 comments on commit 479bf14

Please sign in to comment.