Skip to content

Commit

Permalink
Fix test resource path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranbir Kumar committed Jul 5, 2024
1 parent afcb0db commit 0d3f184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class SchemaResolverSpec extends Specification {
def "Duplicate record definition succeeds if definition identical"() {
given:
def resourceNames = ["Person.avsc", "Fish.avsc"]
def files = resourceNames.collect { new File("org/apache/avro/duplicate/${it}") }
def files = resourceNames.collect { new File("src/test/resources/org/apache/avro/duplicate/${it}") }
when:
def processingState = resolver.resolve(files)
Expand Down

0 comments on commit 0d3f184

Please sign in to comment.