Skip to content

Commit

Permalink
Fixed incorrect test
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Oct 25, 2021
1 parent 8c428a2 commit f3b528b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helpers/test_leetcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ async def test() -> str:

wrapper = decorator(func)

await wrapper() == "test"
assert (await wrapper()) == "test"

func.call_count = 3
assert func.call_count == 3


class TestLeetcodeData:
Expand Down

0 comments on commit f3b528b

Please sign in to comment.