From c7b8f3e0917997c9c502a48a8cf423558b43fd67 Mon Sep 17 00:00:00 2001 From: Nathan Villaescusa Date: Thu, 28 Mar 2024 16:14:10 -0700 Subject: [PATCH] Spell --- lib/writer/writer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/writer/writer_test.go b/lib/writer/writer_test.go index 5f779640..2112a063 100644 --- a/lib/writer/writer_test.go +++ b/lib/writer/writer_test.go @@ -86,7 +86,7 @@ func TestWriter_Write(t *testing.T) { assert.Len(t, destination.messages, 3) } { - // Destionation error + // Destination error destination := &mockDestination{emitError: true} writer := New(destination) iterator := &mockIterator{batches: [][]lib.RawMessage{{{TopicSuffix: "a"}}}}