Skip to content

Commit af304fd

Browse files
zhaohuabingzirain
authored andcommitted
fix watchutil test
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
1 parent 2e9b334 commit af304fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/message/watchutil_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func TestHandleSubscriptionAlreadyInitialized(t *testing.T) {
8989
}
9090
},
9191
)
92-
assert.LessOrEqual(t, 2, storeCalls) // updates can be coalesced
92+
assert.LessOrEqual(t, storeCalls, 2) // updates can be coalesced
9393
assert.Equal(t, 1, deleteCalls)
9494
}
9595

0 commit comments

Comments
 (0)