Skip to content

Commit 098bbec

Browse files
committed
Update tests for new integrations
1 parent c78bb6d commit 098bbec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AnalyticsTests/AnalyticsTests.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ - (NSDictionary *)testSettings {
4646
}
4747

4848
- (void)testHasIntegrations {
49-
XCTAssertEqual(15, self.analytics.configuration.integrations.count);
49+
XCTAssertEqual(16, self.analytics.configuration.integrations.count);
5050
}
5151

5252
- (void)testForwardsIdentify {
@@ -105,17 +105,17 @@ - (void)testDoesNotForwardTrackEventsDisabledInPlan {
105105

106106
- (void)testForwardsAlias {
107107
[[self.mock expect] alias:[self identity] options:[self options]];
108-
108+
109109
[self.analytics alias:[self identity] options:[self options]];
110-
110+
111111
[self.mock verifyWithDelay:1];
112112
}
113113

114114
- (void)testForwardsFlush {
115115
[[self.mock expect] flush];
116-
116+
117117
[self.analytics flush];
118-
118+
119119
[self.mock verifyWithDelay:1];
120120
}
121121

0 commit comments

Comments
 (0)