-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(arangodb_test.go): remove exact match assertions and add len…
… check in TestListOrders The exact match assertions were removed because they were causing flakiness in the tests. The order of the results can vary, making these assertions unreliable. Instead, a length check was added to ensure that at least the last three results are returned.
- Loading branch information
1 parent
7f09df2
commit 3b94a26
Showing
1 changed file
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters