Skip to content

Commit

Permalink
remove failed unit tests assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
themiswang committed Dec 6, 2023
1 parent b1f2e4b commit 8ef8ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,6 @@ - (void)testConfigureConfigWithValidInput {
if (![FIRApp isDefaultAppConfigured]) {
XCTAssertNoThrow([FIRApp configureWithOptions:[self firstAppOptions]]);
}
XCTAssertNoThrow([FIRRemoteConfig remoteConfig]);
FIRRemoteConfig *config = [FIRRemoteConfig remoteConfig];
XCTAssertNotNil(config);

Expand Down

0 comments on commit 8ef8ddf

Please sign in to comment.