Skip to content

Commit

Permalink
Merge branch 'main' into bugfixes/385_use_dynamic_cobertura_detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Sep 26, 2023
2 parents 245e53f + 6919052 commit eee98b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void can_decorate_container() {
Assertions.assertThat(container.getDescription()).isNotNull();
Assertions.assertThat(container.getTechnology())
.isNotNull()
.containsIgnoringCase("maven");
.containsIgnoringCase("Java");
Assertions.assertThat(container.getProperties())
.containsOnlyKeys(
MavenEnhancer.AGILE_ARCHITECTURE_MAVEN_COORDINATES,
Expand Down

0 comments on commit eee98b1

Please sign in to comment.