Skip to content

Commit 482f030

Browse files
committed
fix: tests
1 parent c211121 commit 482f030

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/default/ios/InstabugTests/InstabugSampleTests.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ - (void)testEnableAutoMasking {
623623
[self.instabugBridge enableAutoMasking:autoMaskingTypes];
624624

625625
OCMVerify([mock setAutoMaskScreenshots:IBGAutoMaskScreenshotOptionLabels | IBGAutoMaskScreenshotOptionTextInputs | IBGAutoMaskScreenshotOptionMedia | IBGAutoMaskScreenshotOptionMaskNothing]);
626+
}
627+
626628
- (void)testSetNetworkLogBodyEnabled {
627629
id mock = OCMClassMock([IBGNetworkLogger class]);
628630
BOOL isEnabled = YES;

0 commit comments

Comments
 (0)