Skip to content

Commit

Permalink
feat(impl):[#370] try report aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Jan 31, 2024
1 parent dceda1f commit 7b2b9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ void shouldRequestForAllEndpoints() throws EdcClientException, InvalidSchemaExce
assertThat(result.getSubmodels()).hasSize(1);
assertThat(result.getSubmodels().get(0).getAspectType()).isEqualTo(
"urn:bamm:com.catenax.serial_part:1.0.0#SerialPart");
assertThat(result.getSubmodels().get(0).getContractAgreementId()).isNull();
assertThat(result.getTombstones()).isEmpty();
}

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
<phase>test</phase>
<goals>
<goal>report</goal>
<goal>report-aggregate</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 7b2b9b4

Please sign in to comment.