diff --git a/floodsub_test.go b/floodsub_test.go index ca7905f..b123dab 100644 --- a/floodsub_test.go +++ b/floodsub_test.go @@ -948,7 +948,7 @@ func TestWithSigning(t *testing.T) { } } -func TestImproperlySignedMessageNotRelayed(t *testing.T) { +func TestImproperlySignedMessageRejected(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel()