Skip to content

Commit

Permalink
Fix Ruby 3.3 warning for ostruct removal
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Sep 12, 2024
1 parent 99a0138 commit aa261f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/core/environment/execution_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
f.close

out, = Open3.capture2e('pry', '-f', '--noprompt', f.path)
expect(out).to eq('ACTUAL:true')
expect(out).to include('ACTUAL:true')
end
end
end
Expand Down

0 comments on commit aa261f4

Please sign in to comment.