Skip to content

Commit 512ebe0

Browse files
committed
minor wording
Signed-off-by: Huabing Zhao <[email protected]>
1 parent ce973c5 commit 512ebe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/message/watchutil_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestCoalesceUpdates(t *testing.T) {
5555
},
5656
},
5757
{
58-
name: "keep intermediate deletes",
58+
name: "do not coalesce delete and update for the same key",
5959
input: []watchable.Update[string, int]{
6060
{Key: "foo", Value: 1},
6161
{Key: "bar", Delete: true, Value: 2},

0 commit comments

Comments
 (0)