mirror of
https://github.com/ii64/gouring.git
synced 2025-04-01 03:41:44 +02:00
fix: unresolved typo
This commit is contained in:
parent
4ed8bc99bd
commit
3409c752f2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue