remove .only in tests

This commit is contained in:
Gerardo Nardelli 2020-11-17 13:31:05 -03:00
parent 092f9c983b
commit 2e70cc6288

View File

@ -241,7 +241,7 @@ makeSuite('Uniswap adapters', (testEnv: TestEnv) => {
});
});
describe.only('UniswapLiquiditySwapAdapter', () => {
describe('UniswapLiquiditySwapAdapter', () => {
describe('constructor', () => {
it('should deploy with correct parameters', async () => {
const {addressesProvider} = testEnv;
@ -1959,7 +1959,7 @@ makeSuite('Uniswap adapters', (testEnv: TestEnv) => {
});
});
describe.only('UniswapRepayAdapter', () => {
describe('UniswapRepayAdapter', () => {
describe('constructor', () => {
it('should deploy with correct parameters', async () => {
const {addressesProvider} = testEnv;