Skip to content

Commit

Permalink
Prevent crash in TestWhisperTestSuite when run isolated
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pombeiro committed Dec 30, 2019
1 parent 1ac515f commit 18af917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/e2e/whisper/whisper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
)

func TestWhisperTestSuite(t *testing.T) {
e2e.Init()
suite.Run(t, new(WhisperTestSuite))
}

Expand Down

0 comments on commit 18af917

Please sign in to comment.