We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9b334 commit af304fdCopy full SHA for af304fd
internal/message/watchutil_test.go
@@ -89,7 +89,7 @@ func TestHandleSubscriptionAlreadyInitialized(t *testing.T) {
89
}
90
},
91
)
92
- assert.LessOrEqual(t, 2, storeCalls) // updates can be coalesced
+ assert.LessOrEqual(t, storeCalls, 2) // updates can be coalesced
93
assert.Equal(t, 1, deleteCalls)
94
95
0 commit comments