We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b8525 commit 490b2d6Copy full SHA for 490b2d6
internal/verifier/integration_test_suite.go
@@ -79,6 +79,8 @@ func (suite *IntegrationTestSuite) SetupSuite() {
79
80
func (suite *IntegrationTestSuite) SetupTest() {
81
ctx, canceller := context.WithCancelCause(context.Background())
82
+ suite.testContext, suite.contextCanceller = ctx, canceller
83
+ suite.zerologGlobalLogLevel = zerolog.GlobalLevel()
84
85
dbname := suite.DBNameForTest()
86
@@ -112,9 +114,6 @@ func (suite *IntegrationTestSuite) SetupTest() {
112
114
suite.initialDbNames.Add(dbName)
113
115
}
116
-
- suite.testContext, suite.contextCanceller = ctx, canceller
117
- suite.zerologGlobalLogLevel = zerolog.GlobalLevel()
118
119
120
func (suite *IntegrationTestSuite) TearDownTest() {
0 commit comments