Skip to content

Commit 07a054f

Browse files
kalleepCopilot
andcommitted
Update internal/component/common/loki/client/shards_test.go
Co-authored-by: Copilot <[email protected]>
1 parent 567364f commit 07a054f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/component/common/loki/client/shards_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func TestQueue_flushAndShutdown(t *testing.T) {
169169
_, ok := <-q.channel()
170170
assert.True(t, ok)
171171

172-
// Second batch should not been queued
172+
// Second batch should not have been queued
173173
_, ok = <-q.channel()
174174
assert.False(t, ok)
175175
})

0 commit comments

Comments
 (0)