File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/default/ios/InstabugTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ - (void)testIdentifyUser {
196
196
NSString *email =
@" [email protected] " ;
197
197
NSString *name = @" this is my name" ;
198
198
199
- OCMStub ([mock identifyUserWithEmail : email name: name]);
199
+ OCMStub ([mock identifyUserWithID: nil email : email name: name]);
200
200
[self .instabugBridge identifyUser: email name: name userId: nil ];
201
201
OCMVerify ([mock identifyUserWithID: nil email: email name: name]);
202
202
}
@@ -629,7 +629,7 @@ - (void)testGetNetworkBodyMaxSize {
629
629
- (void )testSetTheme {
630
630
id mock = OCMClassMock ([Instabug class ]);
631
631
id mockTheme = OCMClassMock ([IBGTheme class ]);
632
-
632
+
633
633
// Create theme configuration dictionary
634
634
NSDictionary *themeConfig = @{
635
635
@" primaryColor" : @" #FF0000" ,
You can’t perform that action at this time.
0 commit comments