Made formatting more consistent.
This commit is contained in:
parent
9c6b8cb9bf
commit
324a299a55
1 changed files with 2 additions and 2 deletions
|
@ -933,8 +933,8 @@ module BasicTest
|
||||||
:map_string_msg => {"a" => TestMessage2.new(:foo => 1),
|
:map_string_msg => {"a" => TestMessage2.new(:foo => 1),
|
||||||
"b" => TestMessage2.new(:foo => 2)})
|
"b" => TestMessage2.new(:foo => 2)})
|
||||||
expected_result = {
|
expected_result = {
|
||||||
:map_string_int32=>{"a"=>1, "b"=>2},
|
:map_string_int32 => {"a" => 1, "b" => 2},
|
||||||
:map_string_msg=>{"a"=>{:foo=>1}, "b"=>{:foo=>2}}
|
:map_string_msg => {"a" => {:foo => 1}, "b" => {:foo => 2}}
|
||||||
}
|
}
|
||||||
assert_equal expected_result, m.to_h
|
assert_equal expected_result, m.to_h
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue