From 8272eb583e0fa81222cc736387039fd01bc05bed Mon Sep 17 00:00:00 2001 From: Raghav Gulati Date: Wed, 8 May 2019 08:59:12 -0700 Subject: [PATCH] Change test name to reflect no relaying Improperly named test. In this test, we're only testing that we reject malicious messages. --- floodsub_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()