Skip to content

Commit

Permalink
fix autopaho/queue_test
Browse files Browse the repository at this point in the history
When refactoring in recent change I missed one instance of `memory.`.
  • Loading branch information
MattBrittan authored Nov 19, 2023
2 parents c13be08 + 2f2b93c commit c8bbcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopaho/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func TestPreloadPublish(t *testing.T) {
cap.Properties.ReceiveMaximum = &rm
})

q := memory.New()
q := memqueue.New()
for i := 0; i < 5; i++ {
r, w := io.Pipe()

Expand Down

0 comments on commit c8bbcb2

Please sign in to comment.