Skip to content

Commit

Permalink
Update HeadlessAndroidTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer198 committed Feb 4, 2025
1 parent 4bb9b5c commit 6590a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void testFalseCrypt() {
addExpectedErrors(AlternativeReqPredicateError.class, 2);
addExpectedErrors(TypestateError.class, 1);
addExpectedErrors(IncompleteOperationError.class, 4);
addExpectedErrors(ImpreciseValueExtractionError.class, 1);
addExpectedErrors(ImpreciseValueExtractionError.class, 2);

assertErrors(scanner.getCollectedErrors());
}
Expand Down

0 comments on commit 6590a22

Please sign in to comment.