Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
ywqzzy committed Jan 2, 2024
1 parent 3cfc482 commit 0d5e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/disttask/framework/storage/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ func TestCancelAndExecIdChanged(t *testing.T) {
}

func TestTaskNotFound(t *testing.T) {
gm, ctx := testutil.InitTableTest(t)
_, gm, ctx := testutil.InitTableTest(t)
task, err := gm.GetTaskByID(ctx, 1)
require.Error(t, err, storage.ErrTaskNotFound)
require.Nil(t, task)
Expand Down

0 comments on commit 0d5e686

Please sign in to comment.