Skip to content

Commit

Permalink
[BI-1910] fixing failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
timparsons committed Nov 29, 2023
1 parent 77c8a4c commit e35be0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ private BrAPIObservationVariable generateVariable() {
return new BrAPIObservationVariable().observationVariableName("test" + random)
.commonCropName("Grape")
.externalReferences(Collections.singletonList(new BrAPIExternalReference().referenceID("abc123")
.referenceId("abc123")
.referenceSource("breedinginsight.org")))
.trait(new BrAPITrait().traitClass("Agronomic")
.traitName("test trait" + random))
Expand Down

0 comments on commit e35be0c

Please sign in to comment.