Skip to content

Commit 8f5f38f

Browse files
committed
fix(ios): verify correct method call in native tests
1 parent b1d2990 commit 8f5f38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/ios/InstabugTests/InstabugSampleTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ - (void)testInit {
7878
[self.instabugBridge init:appToken invocationEvents:invocationEvents debugLogsLevel:sdkDebugLogsLevel useNativeNetworkInterception:useNativeNetworkInterception codePushVersion:codePushVersion];
7979
OCMVerify([mock setCodePushVersion:codePushVersion]);
8080

81-
OCMVerify([self.mRNInstabug initWithToken:appToken invocationEvents:floatingButtonInvocationEvent debugLogsLevel:sdkDebugLogsLevel]);
81+
OCMVerify([self.mRNInstabug initWithToken:appToken invocationEvents:floatingButtonInvocationEvent debugLogsLevel:sdkDebugLogsLevel useNativeNetworkInterception:useNativeNetworkInterception]);
8282
}
8383

8484
- (void)testSetUserData {

0 commit comments

Comments
 (0)