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

Commit

Permalink
fix grammar spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejBaj committed Mar 28, 2017
1 parent 78eff44 commit 88e0129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/dapps.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ describe('PUT /api/dapps/withdrawal', function () {

putWithdrawal(validParams, function (err, res) {
node.expect(res.body).to.have.property('success').to.be.not.ok;
node.expect(res.body).to.have.propety('error').to.contain('Transaction is already processed');
node.expect(res.body).to.have.property('error').to.contain('Transaction is already processed');
done();
});
});
Expand Down

0 comments on commit 88e0129

Please sign in to comment.