Remove unnecessary teardown function

This commit is contained in:
Arnaud 2025-05-26 09:58:23 +02:00
parent ea59d2a2c8
commit 4f6f64d9a1
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -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)