diff --git a/tests/fedeproxy/common/test_retry.py b/tests/fedeproxy/common/test_retry.py index ab78264..f3622cf 100644 --- a/tests/fedeproxy/common/test_retry.py +++ b/tests/fedeproxy/common/test_retry.py @@ -1,5 +1,5 @@ import pytest -from enough.common import retry +from fedeproxy.common import retry def test_that_retry_works_on_simple_function():