diff --git a/tests/codex/sales/states/testignored.nim b/tests/codex/sales/states/testignored.nim index c0bd15b8..8b676387 100644 --- a/tests/codex/sales/states/testignored.nim +++ b/tests/codex/sales/states/testignored.nim @@ -36,9 +36,7 @@ asyncchecksuite "sales state 'ignored'": agent.onCleanUp = onCleanUp state = SaleIgnored.new() returnedCollateralValue = UInt256.none - teardown: reprocessSlotWas = false - returnedCollateralValue = UInt256.none test "calls onCleanUp with values assigned to SaleIgnored": state = SaleIgnored(reprocessSlot: true)