Skip to content

Commit

Permalink
refactor: minor tidy-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 25, 2021
1 parent 98273ff commit c9728ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/poolCacher.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// npx mocha -r ts-node/register test/wrapper.spec.ts
require('dotenv').config();
import { JsonRpcProvider } from '@ethersproject/providers';
import { expect } from 'chai';
Expand All @@ -11,7 +10,7 @@ const provider = new JsonRpcProvider(
const chainId = 1;
const poolsUrl = `https://ipfs.fleek.co/ipns/balancer-team-bucket.storage.fleek.co/balancer-exchange/pools`;

describe(`Tests for PoolCacher class.`, () => {
describe('PoolCacher', () => {
describe('constructor', () => {
it(`should correctly report whether it is connected to a subgraph`, () => {
const connectedPoolCache = new PoolCacher(
Expand Down

0 comments on commit c9728ef

Please sign in to comment.