Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
oops I removed the stylesheet not changed colour
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Nov 30, 2023
1 parent 5679574 commit f693273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_GIVEN_invalid_WHEN_validating_line_edit_THEN_line_edit_turns_red():
def test_GIVEN_valid_WHEN_validating_line_edit_THEN_line_edit_turns_white():
line_edit = DummyLineEdit()
validate_line_edit(line_edit, True)
assert ("background-color: #FFFFFF" in line_edit.stylesheet)
assert ("" in line_edit.stylesheet)


def test_GIVEN_valid_WHEN_validating_line_edit_with_tooltip_THEN_line_edit_tooltip_is_changed():
Expand Down

0 comments on commit f693273

Please sign in to comment.