Skip to content

Commit 48386aa

Browse files
author
Gabriel Cataldo
committed
Adjust test coverage
1 parent 99df9b5 commit 48386aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqs/main_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ func initListTestProducer() []testProducer {
223223
queueUrl: os.Getenv(sqsQueueTestUrl),
224224
v: initTestStruct(),
225225
opts: []*option.Producer{
226+
nil,
226227
option.NewProducer().SetMessageAttributes(&msgAttTest),
227228
option.NewProducer().SetDelaySeconds(2 * time.Second),
228229
option.NewProducer().SetDebugMode(true),

0 commit comments

Comments
 (0)