Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 16, 2024
1 parent 7c46892 commit 4409004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void should_copy_profiles() {

merger.merge(target, source, false, null);

assertThat(target.getProfiles().contains(profile));
assertThat(target.getProfiles()).contains(profile);
}

@Test
Expand Down

0 comments on commit 4409004

Please sign in to comment.