Skip to content

Commit

Permalink
Update tests/snapshot_tests/test_snapshots.py
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Burns <[email protected]>
  • Loading branch information
willmcgugan and darrenburns authored Sep 30, 2024
1 parent f518e0d commit 82e5efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/snapshot_tests/test_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -2022,6 +2022,8 @@ def action_toggle_console(self) -> None:


def test_pop_until_active(snap_compare):
"""End result should be screen showing 'BASE'"""

class BaseScreen(Screen):
def compose(self) -> ComposeResult:
yield Label("BASE")
Expand Down

0 comments on commit 82e5efd

Please sign in to comment.