Skip to content

Commit

Permalink
Test: improve FirebaseRemoveConfig unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Oct 5, 2024
1 parent a1e4be7 commit 5b1a27c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ - (void)testConfigureConfigWithNilSenderID {
XCTAssertThrows([rc configureConfig:app]);
}

- (void)testConfigureConfigNotIntallingSenderID {
- (void)testConfigureConfigNotInstallingSenderID {
id settingsMock = OCMClassMock([RCNConfigSettings class]);
OCMStub([settingsMock instancesRespondToSelector:@selector(senderID)]).andReturn(NO);

Expand Down

0 comments on commit 5b1a27c

Please sign in to comment.