Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phahulin committed Mar 5, 2018
1 parent 53daa3a commit e83e354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-dapp/test/server/_utils/mocks.js
Expand Up @@ -42,7 +42,7 @@ const mockDb = {
}
return Promise.resolve({
wallet: wallets[0],
confirmation_code_plain: confirmationCodes[0],
confirmationCodePlain: confirmationCodes[0],
});
},
};
Expand Down Expand Up @@ -142,4 +142,4 @@ module.exports = {
mockGetAddressDetails,
mockUserAddressByCreationBlock,
mockWeb3GetTx,
};
};

0 comments on commit e83e354

Please sign in to comment.