diff --git a/whisper/whisperv6/filter_test.go b/whisper/whisperv6/filter_test.go index ff6c302c10..a63a1c5650 100644 --- a/whisper/whisperv6/filter_test.go +++ b/whisper/whisperv6/filter_test.go @@ -238,7 +238,7 @@ func TestInstallFilterWithSymAndAsymKeys(t *testing.T) { asymKey, err := crypto.GenerateKey() if err != nil { - t.Fatalf("Unable to create asymetric keys", err) + t.Fatalf("Unable to create asymetric keys: %d", err) } // Copy the first filter since some of its fields