Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 18, 2024
1 parent bd09197 commit ebf075a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit ebf075a

Please sign in to comment.