diff options
-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() } }() |