From 37f0f2c824b85a467a97f5bbfc028191e5356e8b Mon Sep 17 00:00:00 2001 From: b00ris Date: Mon, 26 Feb 2018 11:39:24 +0300 Subject: [PATCH] whisper: fix num of params --- whisper/whisperv6/filter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/whisperv6/filter_test.go b/whisper/whisperv6/filter_test.go index 20dda1680a..42e1f05018 100644 --- a/whisper/whisperv6/filter_test.go +++ b/whisper/whisperv6/filter_test.go @@ -844,7 +844,7 @@ func TestTopicsMapping(t *testing.T) { matched := []string{} fs.topicMatcher.matchedTopics(env.Topic, &matched) if !hasFilterID(matched, filterID) { - t.Fatalf("failed matchedTopics, step %d.", seed, i) + t.Fatalf("failed matchedTopics, step %d.", i) } //test match without filter