removed only from tests

This commit is contained in:
Greg Hysen
2018-12-11 16:02:45 -08:00
parent fc684ad063
commit dccca95c2c

View File

@@ -46,7 +46,7 @@ interface ValidatedAddressesLog {
args: { addresses: string[] };
}
describe.only(ContractName.BalanceThresholdFilter, () => {
describe(ContractName.BalanceThresholdFilter, () => {
let compliantMakerAddress: string;
let compliantMakerAddress2: string;
let owner: string;