Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dzakharchuk committed Mar 13, 2024
1 parent 1d414a0 commit 8fc9f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions featureflags_client/tests/http/test_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def test_percent():

assert check_op(_UNDEFINED, percent, 100) is False

assert check_op("foo", percent, '100') is True
assert check_op("foo", percent, 'not_number') is False
assert check_op("foo", percent, "100") is True
assert check_op("foo", percent, "not_number") is False


def test_regexp():
Expand Down

0 comments on commit 8fc9f4c

Please sign in to comment.