From 06cb5743cdc8ae60d1dc368ac44f54c38e5648af Mon Sep 17 00:00:00 2001 From: Ayaz Date: Mon, 19 Sep 2022 14:02:58 -0500 Subject: [PATCH] last bignumber.js import --- tests/index.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/index.test.ts b/tests/index.test.ts index 13ea85c..050635f 100644 --- a/tests/index.test.ts +++ b/tests/index.test.ts @@ -27,7 +27,6 @@ import { } from '../src'; import { Category, STREAM_STATUS, SubCategory, TimeUnit, TreasuryType } from "../src/types"; import { BN } from "bn.js"; -import BigNumber from "bignumber.js"; import { toTokenAmountBn } from "./utils"; interface LooseObject { @@ -97,7 +96,7 @@ describe('MSP Tests\n', async () => { console.log(paused, pausedEnum); }); - xit('BN & Bignumber', async () => { + xit('BN tests', async () => { const strmId = new PublicKey('7uGiMnnnJdr28DPsCioeKLSF5uJjWP3wxYFGVmK3SEJh'); const stream = await msp.getStreamRaw(strmId);