Skip to content

Commit 46c64df

Browse files
feat: remove deprecated APis
1 parent 278737a commit 46c64df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/default/ios/InstabugTests/InstabugSampleTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ - (void)testIdentifyUser {
196196
NSString *email = @"[email protected]";
197197
NSString *name = @"this is my name";
198198

199-
OCMStub([mock identifyUserWithEmail:email name:name]);
199+
OCMStub([mock identifyUserWithID:nil email:email name:name]);
200200
[self.instabugBridge identifyUser:email name:name userId:nil];
201201
OCMVerify([mock identifyUserWithID:nil email:email name:name]);
202202
}
@@ -629,7 +629,7 @@ - (void)testGetNetworkBodyMaxSize {
629629
- (void)testSetTheme {
630630
id mock = OCMClassMock([Instabug class]);
631631
id mockTheme = OCMClassMock([IBGTheme class]);
632-
632+
633633
// Create theme configuration dictionary
634634
NSDictionary *themeConfig = @{
635635
@"primaryColor": @"#FF0000",

0 commit comments

Comments
 (0)