Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jan 4, 2024
1 parent 8829f45 commit ab72260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ - (void)testGetFID {
// from the above Installations API call.
[self addTeardownBlock:^{
FBLWaitForPromisesWithTimeout(20);
XCTAssertNil(FIRHeaderValueFromHeartbeatsPayload([self.heartbeatLogger headerValue]));
XCTAssertNil([FIRApp.defaultApp.heartbeatLogger headerValue]);
}];
}

Expand Down

0 comments on commit ab72260

Please sign in to comment.