Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 8, 2025
1 parent 4382b44 commit 1d1b6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/synchronization_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def try_wait_until(seconds: nil, attempts: nil, backoff: nil)
end

elapsed = Datadog::Core::Utils::Time.get_time - start_time
actual = "#{'%.2f' % elapsed} seconds, #{attempts} attempts with backoff #{backoff}"
actual = "#{'%.2f' % elapsed} seconds, #{attempts} attempts with backoff #{backoff}" # rubocop:disable Style/FormatString

raise("Wait time exhausted! Requested: #{spec}, waited: #{actual}")
end
Expand Down

0 comments on commit 1d1b6db

Please sign in to comment.