Skip to content

Commit

Permalink
Adjust test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cataldo committed Jan 18, 2024
1 parent 99df9b5 commit 48386aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqs/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ func initListTestProducer() []testProducer {
queueUrl: os.Getenv(sqsQueueTestUrl),
v: initTestStruct(),
opts: []*option.Producer{
nil,
option.NewProducer().SetMessageAttributes(&msgAttTest),
option.NewProducer().SetDelaySeconds(2 * time.Second),
option.NewProducer().SetDebugMode(true),
Expand Down

0 comments on commit 48386aa

Please sign in to comment.