From 197d6bbd2facb760aed90597afcbec49fc8b5c16 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 29 Jul 2025 14:48:32 +0100 Subject: [PATCH] test fix --- tests/test_app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_app.py b/tests/test_app.py index 3c6d54aed..124adf9d0 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -46,6 +46,7 @@ async def test_hover_update_styles(): "last-of-type", "last-child", "even", + "empty", } # Take note of the initial background colour @@ -63,6 +64,7 @@ async def test_hover_update_styles(): "last-of-type", "last-child", "even", + "empty", } assert button.styles.background != initial_background