Skip to content

Commit 1827fd8

Browse files
committed
Try to fix test that often fails in JRuby
1 parent 9662ce3 commit 1827fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/recursive_open_struct/ostruct_2_0_0_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
context "hash" do
9191
it "calculates table hash" do
92-
expect(ros.hash).to be ros.instance_variable_get('@table').hash
92+
expect(ros.hash).to eq(ros.instance_variable_get('@table').hash)
9393
end
9494

9595
end

0 commit comments

Comments
 (0)