mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-11 01:43:07 +00:00
No longer test against the Marketplace contract directly, but only through the Market abstraction Reason: gas estimates are often incorrect, leading to test failures, and the same test scenarios are already handled by testMarkets
7 lines
157 B
Nim
7 lines
157 B
Nim
import ./contracts/testMarket
|
|
import ./contracts/testDeployment
|
|
import ./contracts/testClock
|
|
import ./contracts/testProvider
|
|
|
|
{.warning[UnusedImport]: off.}
|