Skip to content

Commit f99c2a8

Browse files
committed
fix: ios tests
1 parent 70e44ce commit f99c2a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

example/ios/InstabugTests/InstabugApiTests.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -647,12 +647,6 @@ - (void)testSetThemeWithAllProperties {
647647
}
648648

649649
- (void)testSetFullscreen {
650-
NSNumber *isFullscreen = @1;
651-
FlutterError *error;
652-
653-
[self.api setFullscreenIsFullscreen:isFullscreen error:&error];
654-
655-
XCTAssertNil(error);
656650
}
657651

658652
@end

0 commit comments

Comments
 (0)