Skip to content

Commit

Permalink
adding unit tests for invoke.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Jan 5, 2024
1 parent e060d3a commit f3ac62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/invoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func TestInvoke(t *testing.T) {
expectFinalErr: false,
},
{
desc: "non-retriable error retried with custom fn till max-retry-count set",
desc: "non-retriable error retried with custom fn till max-retry-count",
count: 4,
initialErr: io.ErrNoProgress,
finalErr: nil,
Expand Down

0 comments on commit f3ac62f

Please sign in to comment.