Skip to content

Commit

Permalink
We don't care whether or not we cache ES events from other ES sysexts
Browse files Browse the repository at this point in the history
  • Loading branch information
tnek committed Aug 11, 2021
1 parent 4bbc467 commit 05147ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ - (void)testSkipOtherESEvents {
}];

XCTAssertEqual(got.result, ES_AUTH_RESULT_ALLOW);
XCTAssertEqual(got.shouldCache, false);
}

@end

0 comments on commit 05147ac

Please sign in to comment.