Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
NFT-000: skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jun 19, 2023
1 parent eedc12e commit ad51f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-test/sdk.nfts.transfers.test-integration.ts
Expand Up @@ -432,13 +432,14 @@ describe('E2E Test: Sdk (read)', () => {
});
});

describe('As an account I should get lowest trade price for a given collection with days', () => {
describe.skip('As an account I should get lowest trade price for a given collection with days', () => {
const contractAddress = '0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D';
it('should get the lowest trade price', async () => {
const result = await sdk.api.getLowestTradePrice({
tokenAddress: contractAddress,
days: 10,
});
console.log('🚀 ~ file: sdk.nfts.transfers.test-integration.ts:442 ~ it ~ result:', result);

expect(result).toMatchObject({
transactionHash: expect.any(String),
Expand Down

0 comments on commit ad51f17

Please sign in to comment.