Skip to content

Commit

Permalink
added backward compatibility in test cases as well
Browse files Browse the repository at this point in the history
  • Loading branch information
swngarg-lt committed Nov 11, 2024
1 parent 4be5262 commit 4ba58bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ - (void)testQueringSpringboard

- (void)testApplicationTree
{
XCTAssertNotNil([self.testedApplication fb_tree:nil]);
XCTAssertNotNil(self.testedApplication.fb_tree);
XCTAssertNotNil(self.testedApplication.fb_accessibilityTree);
}

Expand Down

0 comments on commit 4ba58bd

Please sign in to comment.