Skip to content

Commit 147a010

Browse files
committed
fix watchutil test
Signed-off-by: Huabing Zhao <[email protected]>
1 parent de2f8f3 commit 147a010

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)