Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paaaaay5 committed Feb 22, 2024
1 parent 4d5f4b8 commit 87131ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firequeue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type testAWSError struct {
}

func (te *testAWSError) Error() string {
return "retryable error!"
return "retryable error"
}

func (te *testAWSError) Code() string {
Expand Down Expand Up @@ -158,7 +158,7 @@ func TestQueue_Para(t *testing.T) {
{
name: "parallel 100",
times: 1000,
para: 10,
para: 100,
},
}

Expand Down

0 comments on commit 87131ea

Please sign in to comment.