You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Add better assert condition for a flaky test (#27)
* chore: Add better assert condition for a flaky test
This particular test was flaky as the loadToolset runs an iteration through the map of Tools and the map iteration order is intentionally randomized.
This assert condition will correctly catch the error even if the map iteration order is random.
* minor fix
* Update client_test.go
0 commit comments