Skip to content

Commit 53e953d

Browse files
committed
linter fix
1 parent 6689aeb commit 53e953d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/logic/coordinator_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func (suite *CoordinatorTestSuite) TestApplyDML() {
8282
ctx := context.Background()
8383

8484
connectionConfig, err := GetConnectionConfig(ctx, suite.mysqlContainer)
85+
suite.Require().NoError(err)
8586

8687
_ = os.Remove("/tmp/gh-ost.sock")
8788

0 commit comments

Comments
 (0)