Skip to content

Commit

Permalink
Fix shared state between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Nov 3, 2023
1 parent 799be80 commit 2f8858c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cases/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@


class _State(base.BaseState):
hook_list: list[str] = []
def __init__(self) -> None:
self.hook_list: list[str] = []


def create(
Expand Down

0 comments on commit 2f8858c

Please sign in to comment.