We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e04c59 commit 57caabaCopy full SHA for 57caaba
tests/snapshot_tests/test_snapshots.py
@@ -3914,7 +3914,7 @@ def action_remove_options(self) -> None:
3914
for _ in range(15):
3915
option_list.remove_option_at_index(0)
3916
3917
- snap_compare(OptionListApp(), press=["x"])
+ assert snap_compare(OptionListApp(), press=["x"])
3918
3919
3920
def test_option_list_size_when_options_cleared(snap_compare):
@@ -3934,4 +3934,4 @@ def compose(self) -> ComposeResult:
3934
def action_clear_options(self) -> None:
3935
self.query_one(OptionList).clear_options()
3936
3937
0 commit comments