Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Dec 24, 2024
1 parent ef97c04 commit 5ccd473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void all() {
scanners.create(SCANNER_1);
scanners.create(SCANNER_2);
scanners.create(SCANNER_3);
assertThat(scanners.all()).containsExactly(
assertThat(scanners.all()).containsOnly(
Map.entry(new Key("axonivy/test", ScanType.DEPENDABOT), SCANNER_1),
Map.entry(new Key("axonivy/test", ScanType.SECRET_SCANNING), SCANNER_2),
Map.entry(new Key("axonivy/vulnerarbilty", ScanType.SECRET_SCANNING), SCANNER_3));
Expand Down

0 comments on commit 5ccd473

Please sign in to comment.