File tree Expand file tree Collapse file tree
playground/ios/NavigationTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ - (void)testApplyOptionsShouldSetDefaultValues {
4747 [[self .boundViewController expect ] side: MMDrawerSideRight enabled: YES ];
4848 [[self .boundViewController expect ] setShouldStretchLeftDrawer: YES ];
4949 [[self .boundViewController expect ] setShouldStretchRightDrawer: YES ];
50- [[self .boundViewController expect ] side: MMDrawerSideLeft openMode: MMDrawerOpenModePushContent];
51- [[self .boundViewController expect ] side: MMDrawerSideRight openMode: MMDrawerOpenModePushContent];
50+ [[self .boundViewController expect ] side: MMDrawerSideLeft openMode: MMDrawerOpenModeAboveContent];
51+ [[self .boundViewController expect ] side: MMDrawerSideRight
52+ openMode: MMDrawerOpenModeAboveContent];
5253 [[self .boundViewController expect ] setAnimationVelocityLeft: 840 .0f ];
5354 [[self .boundViewController expect ] setAnimationVelocityRight: 840 .0f ];
5455 [[self .boundViewController reject ] side: MMDrawerSideLeft width: 0 ];
You can’t perform that action at this time.
0 commit comments