Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Sep 27, 2024
1 parent f120f8f commit ff0d80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/di/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def di_test
skip "Dynamic instrumentation is not supported on JRuby"
end
end
if RUBY_VERSION < '2.6'
if RUBY_VERSION < "2.6"
before(:all) do
skip "Dynamic instrumentation requires Ruby 2.6 or higher"
end
Expand Down

0 comments on commit ff0d80c

Please sign in to comment.