-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(eventbustest/core.go): increase event timeout from 50ms to 5…
…00ms for better test reliability refactor(eventbustest/core.go): simplify context handling in CancelSubscription test for better readability feat(eventbustest/expect.go): add t.Helper() to Apply method to improve test output refactor(eventbustest/expect.go): enhance Closed method with more detailed error messages and better timeout handling refactor(eventbus/bus.go): move New function and add Close method for better structuring and resource management refactor(eventbus/bus.go): improve unsubscribe handling in work method for better resource cleanup
- Loading branch information
Showing
3 changed files
with
86 additions
and
26 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
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
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