Skip to content

Commit

Permalink
fix: unresolved typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Oct 12, 2022
1 parent 4ed8bc9 commit 3409c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func TestRingQueueSubmitSingleConsumer(t *testing.T) {
}

submit := func(t *testing.T, opt *IoUringParams, h *IoUring, expectedSubmitCount int) {
submitted, err := h.io_uringn_submit()
submitted, err := h.io_uring_submit()
assert.NoError(t, err)
if opt.Flags&IORING_SETUP_SQPOLL == 0 {
assert.Equal(t, expectedSubmitCount, submitted)
Expand Down

0 comments on commit 3409c75

Please sign in to comment.