summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-24 16:52:04 +0300
committerValery Piashchynski <[email protected]>2020-11-24 16:52:04 +0300
commit7b68e0bdf0b7756ab1925ec0fbc71e08e7040c5a (patch)
treefd13b3cc93ed606e746b672fa37409e30e30f712
parent30825ef9b4a742f8e7bf7b8caee0bedccb36b601 (diff)
Test_StaticPool_Broken_Replace add message when foced exited
-rwxr-xr-xstatic_pool_test.go1
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()
}
}()