We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d2990 commit 8f5f38fCopy full SHA for 8f5f38f
examples/default/ios/InstabugTests/InstabugSampleTests.m
@@ -78,7 +78,7 @@ - (void)testInit {
78
[self.instabugBridge init:appToken invocationEvents:invocationEvents debugLogsLevel:sdkDebugLogsLevel useNativeNetworkInterception:useNativeNetworkInterception codePushVersion:codePushVersion];
79
OCMVerify([mock setCodePushVersion:codePushVersion]);
80
81
- OCMVerify([self.mRNInstabug initWithToken:appToken invocationEvents:floatingButtonInvocationEvent debugLogsLevel:sdkDebugLogsLevel]);
+ OCMVerify([self.mRNInstabug initWithToken:appToken invocationEvents:floatingButtonInvocationEvent debugLogsLevel:sdkDebugLogsLevel useNativeNetworkInterception:useNativeNetworkInterception]);
82
}
83
84
- (void)testSetUserData {
0 commit comments