File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ defmodule Protobuf.DSLTest do
195
195
assert % Foo {
196
196
a: 0 ,
197
197
c: "" ,
198
- d: 0.0 ,
198
+ d: + 0.0 ,
199
199
e: nil ,
200
200
f: 0 ,
201
201
g: [ ] ,
@@ -210,7 +210,7 @@ defmodule Protobuf.DSLTest do
210
210
a: 1 ,
211
211
b: 42 ,
212
212
c: "abc" ,
213
- d: 0.0 ,
213
+ d: + 0.0 ,
214
214
e: % Foo.Bar { a: 2 , b: "asd" } ,
215
215
f: 0 ,
216
216
g: [ ] ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ defmodule Protobuf.Protoc.Generator.EnumTest do
80
80
field :HAS_UNDERSCORES_, 4
81
81
"""
82
82
83
- assert % Google.Protobuf.EnumDescriptorProto { } = desc = compiled_mod . descriptor
83
+ assert % Google.Protobuf.EnumDescriptorProto { } = desc = compiled_mod . descriptor ( )
84
84
assert desc . name == module
85
85
86
86
assert msg =~ """
You can’t perform that action at this time.
0 commit comments