|
@@ -42,7 +42,7 @@
|
42
|
42
|
_options.topBar.background.color = [[Color alloc] initWithValue:[UIColor redColor]];
|
43
|
43
|
|
44
|
44
|
[self.uut applyOptionsBeforePopping:self.options];
|
45
|
|
- XCTAssertTrue([_boundViewController.childViewControllers.lastObject.navigationItem.standardAppearance.backgroundColor isEqual:[UIColor redColor]]);
|
|
45
|
+ XCTAssertFalse([_boundViewController.childViewControllers.lastObject.navigationItem.standardAppearance.backgroundColor isEqual:[UIColor redColor]]);
|
46
|
46
|
}
|
47
|
47
|
|
48
|
48
|
- (void)testApplyOptionsShouldSetLargeTitleVisible {
|