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
Non-critical tests improvements for queue subpackage. It does not affect
a logic of the tests:
* A duplicate code that creates a queue is extracted into a separate
function.
* A duplicate code that drops a queue is extraced into a separate
function.
* `t.Errorf() + return` replaced by `t.Fatalf()`.
* `err.Error()` replaced by just `err` in formatted messages.
0 commit comments