Skip to content

Commit

Permalink
fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Mar 5, 2025
1 parent 3541d67 commit 2e4c9b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions oxia/internal/batch/read_batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ func TestReadBatchComplete(t *testing.T) {
}

batch.Add(model.GetCall{
Key: "/a",
Callback: getCallback,
Key: "/a",
Callback: getCallback,
IncludeValue: true,
})
assert.Equal(t, 1, batch.Size())

Expand Down

0 comments on commit 2e4c9b3

Please sign in to comment.