@0x/contracts-staking: Well, it almost worked.

This commit is contained in:
Lawrence Forman
2019-09-16 10:55:50 -04:00
committed by Lawrence Forman
parent 38b94ec5f8
commit 7ef3c12722
11 changed files with 912 additions and 127 deletions

View File

@@ -6,7 +6,7 @@ import { artifacts, IStakingEventsParamsSetEventArgs, MixinParamsContract } from
import { constants as stakingConstants } from './utils/constants';
import { StakingParams } from './utils/types';
blockchainTests('Configurable Parameters', env => {
blockchainTests('Configurable Parameters unit tests', env => {
let testContract: MixinParamsContract;
let authorizedAddress: string;
let notAuthorizedAddress: string;