test/test_helper.rb in pbbuilder-0.15.0 vs test/test_helper.rb in pbbuilder-0.15.1
- old
+ new
@@ -31,9 +31,16 @@
optional :field_mask, :message, 5, "google.protobuf.FieldMask"
map :favourite_foods, :string, :string, 6
repeated :tags, :string, 7
optional :last_name, :string, 8
optional :boolean_me, :bool, 9
+ optional :logo, :message, 10, "pbbuildertest.Asset"
+ end
+
+ add_message "pbbuildertest.Asset" do
+ optional :url, :string, 1
+ optional :url_2x, :string, 2
+ optional :url_3x, :string, 3
end
end
end
module API