Skip to content

Commit 490b2d6

Browse files
committed
add test
1 parent 28b8525 commit 490b2d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/verifier/integration_test_suite.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ func (suite *IntegrationTestSuite) SetupSuite() {
7979

8080
func (suite *IntegrationTestSuite) SetupTest() {
8181
ctx, canceller := context.WithCancelCause(context.Background())
82+
suite.testContext, suite.contextCanceller = ctx, canceller
83+
suite.zerologGlobalLogLevel = zerolog.GlobalLevel()
8284

8385
dbname := suite.DBNameForTest()
8486

@@ -112,9 +114,6 @@ func (suite *IntegrationTestSuite) SetupTest() {
112114
suite.initialDbNames.Add(dbName)
113115
}
114116
}
115-
116-
suite.testContext, suite.contextCanceller = ctx, canceller
117-
suite.zerologGlobalLogLevel = zerolog.GlobalLevel()
118117
}
119118

120119
func (suite *IntegrationTestSuite) TearDownTest() {

0 commit comments

Comments
 (0)