diff --git a/tests/test_lp_sugar.py b/tests/test_lp_sugar.py index c55f4db..06159b3 100644 --- a/tests/test_lp_sugar.py +++ b/tests/test_lp_sugar.py @@ -28,6 +28,7 @@ def LpStruct(sugar_contract): yield namedtuple('LpStruct', members) + @pytest.fixture def SwapLpStruct(sugar_contract): method_output = sugar_contract.forSwaps.abi['outputs'][0]