Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meiji163 committed Nov 19, 2024
1 parent 6689aeb commit 53e953d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/logic/coordinator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (suite *CoordinatorTestSuite) TestApplyDML() {
ctx := context.Background()

connectionConfig, err := GetConnectionConfig(ctx, suite.mysqlContainer)
suite.Require().NoError(err)

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

Expand Down

0 comments on commit 53e953d

Please sign in to comment.