From ebf075a010750c5b1eb3acfe6478fe9675203351 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 18 Oct 2024 15:07:04 +0100 Subject: [PATCH] test --- tests/test_app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_app.py b/tests/test_app.py index 914c3e951c..67e7ad2c25 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -39,7 +39,7 @@ async def test_hover_update_styles(): "enabled", "first-of-type", "last-of-type", - "odd", + "even", } # Take note of the initial background colour @@ -55,7 +55,7 @@ async def test_hover_update_styles(): "hover", "first-of-type", "last-of-type", - "odd", + "even", } assert button.styles.background != initial_background