Skip to content

Commit be92f53

Browse files
committed
lint
1 parent 2b36b67 commit be92f53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestQueue_append(t *testing.T) {
4848
assert.False(t, queued)
4949

5050
// dequeue current batch.
51-
_ = <-q.channel()
51+
<-q.channel()
5252

5353
// add batch again.
5454
queued = q.append("tenant-1", entry, 0)
@@ -124,7 +124,6 @@ func TestQueue_flushAndShutdown(t *testing.T) {
124124
done := make(chan struct{})
125125
defer close(done)
126126
q.flushAndShutdown(done)
127-
128127
})
129128

130129
wg.Go(func() {

0 commit comments

Comments
 (0)