Skip to content

Commit 18c328c

Browse files
committed
minor typo
1 parent a5879df commit 18c328c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas-core/src/test/groovy/org/cedar/schemas/avro/util/AvroUtilsSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class AvroUtilsSpec extends Specification {
4141
result.operation == OperationType.NO_OP
4242
}
4343

44-
def 'transforms a an avro object with a nested map which contains avro values ... into a map'() {
44+
def 'transforms an avro object with a nested map which contains avro values ... into a map'() {
4545
def builder = ParsedRecord.newBuilder()
4646
builder.fileLocations = [ // <-- fileLocations is a map with values which are avro objects
4747
'testURI': FileLocation.newBuilder().setUri('testURI').build()

0 commit comments

Comments
 (0)