Updating test

This commit is contained in:
Jamie Hewitt 2023-03-29 22:33:21 -04:00
parent d125543bca
commit 10e9834676
1 changed files with 1 additions and 12 deletions

View File

@ -647,18 +647,7 @@ describe('veOcean tests', async () => {
const delegateQuery = {
query: `query {
veDelegations{
id,
delegator {
id
},
receiver {
id
},
tokenId,
amount,
cancelTime,
expireTime,
amountFraction
id
}
}`
}