File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3842,7 +3842,7 @@ def compose(self) -> ComposeResult:
3842
3842
yield CustomWidget ()
3843
3843
yield Footer ()
3844
3844
3845
- snap_compare (MyApp ())
3845
+ assert snap_compare (MyApp ())
3846
3846
3847
3847
3848
3848
def test_enforce_visual (snap_compare ):
@@ -3873,7 +3873,7 @@ class OptionListOverflowApp(App[None]):
3873
3873
def compose (self ) -> ComposeResult :
3874
3874
yield OptionList (* [OverflowOption () for _ in range (100 )])
3875
3875
3876
- snap_compare (OptionListOverflowApp ())
3876
+ assert snap_compare (OptionListOverflowApp ())
3877
3877
3878
3878
3879
3879
def test_notifications_markup (snap_compare ):
@@ -3892,4 +3892,4 @@ def on_mount(self) -> None:
3892
3892
timeout = 100 ,
3893
3893
)
3894
3894
3895
- snap_compare (ToastApp ())
3895
+ assert snap_compare (ToastApp ())
You can’t perform that action at this time.
0 commit comments