Skip to content

Commit

Permalink
reenable test
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Nov 9, 2023
1 parent 396a620 commit ce2ceef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FirebasePerformance/Tests/Unit/FPRObjectInstrumentorTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ - (void)testInitWithObject {
XCTAssertFalse(instrumentor.hasModifications);
}

#ifdef TODO
// On Xcode 15, this test fails
/** Tests copying a selector that's not present on the target object. */
- (void)testCopySelectorFromClassThatModifies {
NSObject *object = [[NSObject alloc] init];
Expand All @@ -54,7 +52,6 @@ - (void)testCopySelectorFromClassThatModifies {
XCTAssertNoThrow([(GULSwizzledObject *)object gul_class]);
XCTAssertEqual([object class], [(GULSwizzledObject *)object gul_class]);
}
#endif

/** Tests copying a selector that already exists on the object doesn't work. */
- (void)testCopySelectorFromClassThatDoesNotModify {
Expand Down

0 comments on commit ce2ceef

Please sign in to comment.