Prevent crash in TestWhisperTestSuite when run isolated

This commit is contained in:
Pedro Pombeiro 2019-12-30 12:30:33 +01:00 committed by Pedro Pombeiro
parent 1ac515f19e
commit 18af9175ac
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import (
)
func TestWhisperTestSuite(t *testing.T) {
e2e.Init()
suite.Run(t, new(WhisperTestSuite))
}