mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-03 05:13:07 +00:00
Change test name to reflect no relaying
Improperly named test. In this test, we're only testing that we reject malicious messages.
This commit is contained in:
parent
516c32e854
commit
8272eb583e
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user