Skip to content

Commit

Permalink
Ignore comparison of repo URI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Nov 7, 2023
1 parent 1202530 commit 2387ef7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ private void compareMavenResolutionResultMarker(SoftAssertions softAssertions, M

softAssertions.assertThat(testedDependencies)
.usingRecursiveComparison()
.ignoringFields("gav.repository")
.ignoringFieldsOfTypes(
UUID.class,
ResolvedGroupArtifactVersion.class // FIXME: Difference in repository URI, file:/ vs. file:///
Expand Down

0 comments on commit 2387ef7

Please sign in to comment.