From 4f6f64d9a137b7927a98cb82888983434bff9702 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 26 May 2025 09:58:23 +0200 Subject: [PATCH] Remove unnecessary teardown function --- tests/codex/sales/states/testignored.nim | 2 -- 1 file changed, 2 deletions(-) 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)