Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): possible out of range in integration (#4305)
* fix(tests): possible out of range in integration ExpectAllInOrderSequentially might try to access an index out of range depending on the number of events that are being checked. More about in issue #4255. * fix(tests): use ExpectAtLeastOneForEach Two test cases were using ExpectAllInOrderSequentially helper function and passing by luck, since they emit more events than expected only beyond the expected events boundary. For that cases we should use ExpectAtLeastOneForEach helper function instead.
- Loading branch information