Prevent crash in TestWhisperTestSuite when run isolated
This commit is contained in:
parent
1ac515f19e
commit
18af9175ac
|
@ -15,6 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestWhisperTestSuite(t *testing.T) {
|
func TestWhisperTestSuite(t *testing.T) {
|
||||||
|
e2e.Init()
|
||||||
suite.Run(t, new(WhisperTestSuite))
|
suite.Run(t, new(WhisperTestSuite))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue