Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Karkut <karkucik@gmail.com>
  • Loading branch information
ekiro committed Oct 22, 2018
1 parent 432d737 commit 64b6746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def fun(self):


@pytest.fixture(scope='function', autouse=True)
def reset_containter(request):
def reset_container(request):
request.addfinalizer(haps.Container._reset)


Expand Down

0 comments on commit 64b6746

Please sign in to comment.