Skip to content

Commit

Permalink
Update cmd/ingester/app/consumer/consumer_test.go
Browse files Browse the repository at this point in the history
change `spanWritedOnce ` to spanWriteChCloseOnce

Co-authored-by: Albert <26584478+albertteoh@users.noreply.github.com>
Signed-off-by: axx <aixiaoxiang2009@hotmail.com>
  • Loading branch information
axfor and albertteoh authored May 1, 2023
1 parent 11a44a1 commit 9ab9320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ingester/app/consumer/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestSaramaConsumerWrapper_MarkPartitionOffset(t *testing.T) {
type Store struct {
store *memory.Store
spanWriteCh chan struct{}
spanWritedOnce sync.Once
spanWriteChCloseOnce sync.Once
t *testing.T
}

Expand Down

0 comments on commit 9ab9320

Please sign in to comment.