diff options
author | Valery Piashchynski <[email protected]> | 2020-11-24 16:52:04 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-24 16:52:04 +0300 |
commit | 7b68e0bdf0b7756ab1925ec0fbc71e08e7040c5a (patch) | |
tree | fd13b3cc93ed606e746b672fa37409e30e30f712 | |
parent | 30825ef9b4a742f8e7bf7b8caee0bedccb36b601 (diff) |
Test_StaticPool_Broken_Replace add message when foced exited
-rwxr-xr-x | static_pool_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index cbbae07a..e97e2034 100755 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -180,6 +180,7 @@ func Test_StaticPool_Broken_Replace(t *testing.T) { select { case <-tt.C: tt.Stop() + assert.Fail(t, "force exit from the test") wg.Done() } }() |