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

Commit

Permalink
last bignumber.js import
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazzz committed Sep 19, 2022
1 parent 97e16f0 commit 06cb574
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 06cb574

Please sign in to comment.