Skip to content

Commit

Permalink
Snapshot test improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Sep 23, 2024
1 parent 492b70b commit 7510332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snapshot_tests/test_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ def get_keymap(self) -> Keymap:

def get_key_display(self, binding: Binding) -> str:
if binding.id == "app.increment":
return "foo"
return "correct"
return super().get_key_display(binding)

assert snap_compare(MyApp())

0 comments on commit 7510332

Please sign in to comment.