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
refactor: add ExpectEventsNumber param and improve test output
* Added ExpectEventsNumber field to TestOpts struct to allow for specific
number of expected events
* Fixed range loops to use idiomatic Go syntax (range without index when unused)
* Enhanced event logging to provide more details on test failures
* Updated tests to use the new ExpectEventsNumber parameter
0 commit comments