Skip to content

Commit

Permalink
remove test only
Browse files Browse the repository at this point in the history
  • Loading branch information
Robsonsjre committed Aug 23, 2021
1 parent 4530b4a commit daaf343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/amm/OptionAMMPool.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ scenarios.forEach(scenario => {
})

describe('Withdraw Amount > TotalBalance case', () => {
it.only('should remove all amount after simple addition', async () => {
it('should remove all amount after simple addition', async () => {
const tokenA = await MockERC20.deploy('tokenA', 'TKNA', '18')
const tokenB = await MockERC20.deploy('tokenB', 'TKNB', '6')
const expiration = await getTimestamp() + 724508
Expand Down

0 comments on commit daaf343

Please sign in to comment.