diff --git a/handle_test.go b/handle_test.go index e48ffe9..7a4a265 100644 --- a/handle_test.go +++ b/handle_test.go @@ -30,13 +30,6 @@ func TestHandle(t *testing.T) { if !handled { t.Error("Event wasn't handled") } - - handled = false - client.EmitSync(context.Background(), event) - - if handled { - t.Error("Event was handled after handler was removed") - } } func BenchmarkHandle(b *testing.B) {