mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-11-30 11:06:48 -05:00
assert main asset prices are defined
This commit is contained in:
parent
6d998650a0
commit
a23236a3e6
1 changed files with 1 additions and 0 deletions
|
|
@ -1190,6 +1190,7 @@ test("Can get market prices (Test, CI, sanity check)", async () => {
|
|||
// get market prices of primary assets
|
||||
for (const assetCode of TestConfig.assetCodes) {
|
||||
const price = await user1.getPrice(assetCode);
|
||||
expect(price).toBeDefined();
|
||||
expect(price).toBeGreaterThan(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue