Skip to content

Commit

Permalink
Update test/amm/FeePool.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rob <robsonsjre@gmail.com>
  • Loading branch information
ggviana and Robsonsjre committed Aug 4, 2021
1 parent 4f3a2c4 commit 1b52c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/amm/FeePool.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { expect } = require('chai')
const { ethers } = require('hardhat')
const { toBigNumber } = require('../../utils/utils')

describe.only('FeePool', () => {
describe('FeePool', () => {
let FeePool, pool
let usdc
let owner0, owner1, feePayer, poolOwner
Expand Down

0 comments on commit 1b52c2d

Please sign in to comment.