From 7813976d9b0560df09c8e5aa950a662da33a970b Mon Sep 17 00:00:00 2001 From: xhh Date: Wed, 4 Nov 2015 10:26:14 +0800 Subject: [PATCH] Minor changes --- samples/client/petstore/ruby/spec/base_object_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/ruby/spec/base_object_spec.rb b/samples/client/petstore/ruby/spec/base_object_spec.rb index 79b5e624474..313d47f5d54 100644 --- a/samples/client/petstore/ruby/spec/base_object_spec.rb +++ b/samples/client/petstore/ruby/spec/base_object_spec.rb @@ -21,7 +21,7 @@ class ArrayMapObject < Petstore::BaseObject :int_map => :'Hash', :pet_map => :'Hash', :int_arr_map => :'Hash>', - :pet_arr_map => 'Hash>' + :pet_arr_map => :'Hash>' } end end