Skip to content

Commit

Permalink
Minor rubocop formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Oct 29, 2024
1 parent b98b975 commit 4bdb0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gems/aws-sdk-core/spec/retry_errors_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def handle_with_retry(test_cases)

expect(i).to(
eq(test_cases.size),
"Wrong number of retries. Handler was called #{i} times but "\
"#{test_cases.size} test cases were defined."
"Wrong number of retries. Handler was called #{i} times but " \
"#{test_cases.size} test cases were defined."
)

# Handle has finished called. Apply final expectations.
Expand Down

0 comments on commit 4bdb0cd

Please sign in to comment.