We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5879df commit 18c328cCopy full SHA for 18c328c
schemas-core/src/test/groovy/org/cedar/schemas/avro/util/AvroUtilsSpec.groovy
@@ -41,7 +41,7 @@ class AvroUtilsSpec extends Specification {
41
result.operation == OperationType.NO_OP
42
}
43
44
- def 'transforms a an avro object with a nested map which contains avro values ... into a map'() {
+ def 'transforms an avro object with a nested map which contains avro values ... into a map'() {
45
def builder = ParsedRecord.newBuilder()
46
builder.fileLocations = [ // <-- fileLocations is a map with values which are avro objects
47
'testURI': FileLocation.newBuilder().setUri('testURI').build()
0 commit comments