Renamed behaviour to behavior. (#1151)
This commit is contained in:
committed by
Francisco Giordano
parent
448a7b3048
commit
ba85aef95e
@ -1,4 +1,4 @@
|
||||
const { shouldBehaveLikeMintableToken } = require('./MintableToken.behaviour');
|
||||
const { shouldBehaveLikeMintableToken } = require('./MintableToken.behavior');
|
||||
const MintableToken = artifacts.require('MintableToken');
|
||||
|
||||
contract('MintableToken', function ([_, owner, ...otherAccounts]) {
|
||||
|
||||
Reference in New Issue
Block a user