Skip to content

Commit

Permalink
Update sol-verifier.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Jun 8, 2019
1 parent f6f59f9 commit eadebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sol-verifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ describe('sol-verifier', () => {
response.status.should.equal('1');
});

it('Deploys & verifies contract with node_modules file import successfully', async () => {
it('Deploys & verifies contract with user defined type in construtor successfully', async () => {
contractName = 'SampleWithUserDefinedType';
network = 'rinkeby';
const constructParams = [];
Expand Down

0 comments on commit eadebbb

Please sign in to comment.