Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem committed Feb 20, 2024
1 parent 1196234 commit 556249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func produceRabbitmqMsgs(ctx context.Context, is *is.I, queueName string, msgs [
}

// testSourceIntegrationRead reads and acks messages in range [from,to].
// If ackFirst is true, only the first message will be acknowledged.
// If ackFirstOnly is true, only the first message will be acknowledged.
// Returns the position of the last message read.
func testSourceIntegrationRead(
ctx context.Context,
Expand Down

0 comments on commit 556249d

Please sign in to comment.