WIP: fixing the test cases

This commit is contained in:
Sai Kumar
2022-04-26 19:02:26 +05:30
parent e6d416db7f
commit 8ae41eb7cc
4 changed files with 29 additions and 19 deletions
+1
View File
@@ -36,6 +36,7 @@ func (s *IntegrationTestSuite) SetupSuite() {
s.T().Log("setting up integration test suite")
var err error
s.network, err = network.New(s.T(), s.T().TempDir(), s.cfg)
s.Require().NoError(err)