Skip to content

Commit

Permalink
Add missing assertion in test_use_all_shapes_then_freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Nov 29, 2023
1 parent 2af82e2 commit 38e6442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ruby/test_shapes.rb
Expand Up @@ -215,7 +215,8 @@ class Hi; end
i += 1
end
obj.freeze
obj.frozen?
assert obj.frozen?
end;
end

Expand Down

0 comments on commit 38e6442

Please sign in to comment.