Fixed the DevUtils tests

This commit is contained in:
Alex Towle
2019-12-20 15:51:38 -08:00
parent 9b7277d464
commit 54eb1d9055
3 changed files with 24 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ import { Maker } from '../framework/actors/maker';
import { DeploymentManager } from '../framework/deployment_manager';
// TODO(jalextowle): This can be cleaned up by using the actors more.
blockchainTests.resets.only('OrderValidationUtils/OrderTransferSimulatorUtils', env => {
blockchainTests.resets('OrderValidationUtils/OrderTransferSimulatorUtils', env => {
let takerAddress: string;
let owner: string;