Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Zhang <[email protected]>
  • Loading branch information
xiaocai2333 committed Jan 20, 2025
1 parent 67dcec4 commit 2fd0e7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/indexnode/indexnode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ func (s *IndexNodeSuite) Test_CreateStatsTask() {
err = merr.Error(slotResp.GetStatus())
s.NoError(err)

s.Equal(int64(16), slotResp.GetTaskSlots())

status, err = s.in.DropJobsV2(ctx, &workerpb.DropJobsV2Request{
ClusterID: "cluster2",
TaskIDs: []int64{taskID},
Expand Down

0 comments on commit 2fd0e7d

Please sign in to comment.