Skip to content

Commit

Permalink
add an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Oct 28, 2024
1 parent 0928d8b commit 2907969
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ - (void)testAccessbilityAudit
@"elementAttributes"
];

XCTAssertEqual([auditIssues1 count], [auditIssues2 count]);
for (int i = 1; i < [auditIssues1 count]; i++) {
for (NSString *k in checkKeys) {
XCTAssertEqualObjects(
Expand Down

0 comments on commit 2907969

Please sign in to comment.