Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Hunter committed Jul 26, 2022
1 parent ba43572 commit 08703ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm/pkg/conn/basedb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func TestGetBaseConn(t *testing.T) {
ids = append(ids, id)
}
require.Equal(t, []int{1}, ids)
require.NoError(t, rows.Err())

mock.ExpectBegin()
mock.ExpectExec("create database test").WillReturnResult(sqlmock.NewResult(1, 1))
Expand Down

0 comments on commit 08703ba

Please sign in to comment.