Fix typos

This commit is contained in:
Fabio Berger
2018-04-04 09:48:54 +09:00
parent bd20b1747d
commit 5cfebd2680

View File

@@ -46,7 +46,7 @@ describe('MultiSigWalletWithTimeLock', () => {
describe('changeTimeLock', () => { describe('changeTimeLock', () => {
describe('initially non-time-locked', async () => { describe('initially non-time-locked', async () => {
before('deploy a walet', async () => { before('deploy a wallet', async () => {
const multiSigInstance = await deployer.deployAsync(ContractName.MultiSigWalletWithTimeLock, [ const multiSigInstance = await deployer.deployAsync(ContractName.MultiSigWalletWithTimeLock, [
owners, owners,
SIGNATURES_REQUIRED, SIGNATURES_REQUIRED,
@@ -143,7 +143,7 @@ describe('MultiSigWalletWithTimeLock', () => {
}); });
}); });
describe('initially time-locked', async () => { describe('initially time-locked', async () => {
before('deploy a walet', async () => { before('deploy a wallet', async () => {
const multiSigInstance = await deployer.deployAsync(ContractName.MultiSigWalletWithTimeLock, [ const multiSigInstance = await deployer.deployAsync(ContractName.MultiSigWalletWithTimeLock, [
owners, owners,
SIGNATURES_REQUIRED, SIGNATURES_REQUIRED,