Commit 324a299a authored by Josh Haberman's avatar Josh Haberman

Made formatting more consistent.

parent 9c6b8cb9
......@@ -933,8 +933,8 @@ module BasicTest
:map_string_msg => {"a" => TestMessage2.new(:foo => 1),
"b" => TestMessage2.new(:foo => 2)})
expected_result = {
:map_string_int32=>{"a"=>1, "b"=>2},
: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}}
}
assert_equal expected_result, m.to_h
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment