Skip to content

Commit

Permalink
Fix perf unit tests somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Nov 9, 2023
1 parent 3e4b721 commit e00e862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebasePerformance/Tests/Unit/FPRObjectInstrumentorTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ - (void)testCopySelectorFromClassThatModifies {
XCTAssertTrue([[object class] isSubclassOfClass:[NSObject class]]);
instrumentor = nil;
XCTAssertNil(weakInstrumentor);
XCTAssertNotNil([(GULSwizzledObject *)object gul_objectSwizzler]);
XCTAssertNoThrow([(GULSwizzledObject *)object gul_class]);
XCTAssertEqual([object class], [(GULSwizzledObject *)object gul_class]);
XCTAssertNotNil([(GULSwizzledObject *)object gul_objectSwizzler]);
}

/** Tests copying a selector that already exists on the object doesn't work. */
Expand Down

0 comments on commit e00e862

Please sign in to comment.