mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-29 23:00:05 +00:00
Remove unnecessary teardown function
This commit is contained in:
parent
ea59d2a2c8
commit
4f6f64d9a1
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user