Skip to content

Commit

Permalink
fix TestDaemonTaskInSqlMock FAIL (#19443)
Browse files Browse the repository at this point in the history
fix TestDaemonTaskInSqlMock FAIL in Matrixone Utils CI  ut-test

Approved by: @zhangxu19830126, @volgariver6
  • Loading branch information
Rosyrain authored Oct 18, 2024
1 parent e9c55b4 commit 2df2980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/taskservice/mysql_task_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,5 @@ func TestDaemonTaskInSqlMock(t *testing.T) {
assert.Equal(t, 1, heartbeat)

mock.ExpectClose()
require.NoError(t, storage.Close())
}

0 comments on commit 2df2980

Please sign in to comment.