Fixing test

This commit is contained in:
Jamie Hewitt 2022-11-21 17:47:55 +03:00
parent 3c0f7c46af
commit 447ee46439
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ describe('Tests coverage without provider/aquarius', async () => {
id,
owner{id},
transferable,
transferHistory(orderBy: createdTimestamp, orderDirection: desc){id,nft,oldOwner,newOwner,txId,timestamp,block}
transferHistory(orderBy: timestamp, orderDirection: desc){id,nft,oldOwner,newOwner,txId,timestamp,block}
}}`
}
const response = await fetch(subgraphUrl, {