Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Mar 1, 2021
1 parent c08c34e commit 52dc9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/UniswapV3Pool.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ describe('UniswapV3Pool', () => {
})
})

describe.only('swap underpayment tests', () => {
describe('swap underpayment tests', () => {
let underpay: TestUniswapV3SwapPay
beforeEach('deploy swap test', async () => {
const underpayFactory = await ethers.getContractFactory('TestUniswapV3SwapPay')
Expand Down

0 comments on commit 52dc9fe

Please sign in to comment.