File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ - (NSDictionary *)testSettings {
46
46
}
47
47
48
48
- (void )testHasIntegrations {
49
- XCTAssertEqual (15 , self.analytics .configuration .integrations .count );
49
+ XCTAssertEqual (16 , self.analytics .configuration .integrations .count );
50
50
}
51
51
52
52
- (void )testForwardsIdentify {
@@ -105,17 +105,17 @@ - (void)testDoesNotForwardTrackEventsDisabledInPlan {
105
105
106
106
- (void )testForwardsAlias {
107
107
[[self .mock expect ] alias: [self identity ] options: [self options ]];
108
-
108
+
109
109
[self .analytics alias: [self identity ] options: [self options ]];
110
-
110
+
111
111
[self .mock verifyWithDelay: 1 ];
112
112
}
113
113
114
114
- (void )testForwardsFlush {
115
115
[[self .mock expect ] flush ];
116
-
116
+
117
117
[self .analytics flush ];
118
-
118
+
119
119
[self .mock verifyWithDelay: 1 ];
120
120
}
121
121
You can’t perform that action at this time.
0 commit comments