Skip to content

Commit

Permalink
Try to fix test that often fails in JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
aetherknight committed May 28, 2024
1 parent 9662ce3 commit 1827fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/recursive_open_struct/ostruct_2_0_0_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

context "hash" do
it "calculates table hash" do
expect(ros.hash).to be ros.instance_variable_get('@table').hash
expect(ros.hash).to eq(ros.instance_variable_get('@table').hash)
end

end
Expand Down

0 comments on commit 1827fd8

Please sign in to comment.