Skip to content

Commit

Permalink
Spell
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 28, 2024
1 parent a8c8a43 commit c7b8f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/writer/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}}}
Expand Down

0 comments on commit c7b8f3e

Please sign in to comment.