fix missing helper

This commit is contained in:
Francisco Giordano
2019-01-22 17:42:48 -03:00
parent cff2509c63
commit 04186e2cf6

View File

@ -1,4 +1,4 @@
require('openzeppelin-test-helpers');
const { shouldFail } = require('openzeppelin-test-helpers');
const { shouldBehaveLikeOwnable } = require('./Ownable.behavior');
const Ownable = artifacts.require('OwnableMock');