We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6b8cb commit 324a299Copy full SHA for 324a299
ruby/tests/basic.rb
@@ -933,8 +933,8 @@ def test_to_h
933
:map_string_msg => {"a" => TestMessage2.new(:foo => 1),
934
"b" => TestMessage2.new(:foo => 2)})
935
expected_result = {
936
- :map_string_int32=>{"a"=>1, "b"=>2},
937
- :map_string_msg=>{"a"=>{:foo=>1}, "b"=>{:foo=>2}}
+ :map_string_int32 => {"a" => 1, "b" => 2},
+ :map_string_msg => {"a" => {:foo => 1}, "b" => {:foo => 2}}
938
}
939
assert_equal expected_result, m.to_h
940
end
0 commit comments