Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed May 9, 2024
1 parent 70f7cc3 commit 20d3909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ public void withUnloadedIframes() {
);
} else {
assertEquals(axeResults.getIncomplete().size(), 0);
assertEquals(
assertTargetEquals(
axeResults.getPasses().get(0).getNodes().get(1).getTarget(),
expected
);
Expand Down

0 comments on commit 20d3909

Please sign in to comment.