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

Commit

Permalink
defining test description
Browse files Browse the repository at this point in the history
  • Loading branch information
toschdev committed Apr 5, 2017
1 parent a6f42f7 commit 94daeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/liskApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ describe('Lisk.api()', function () {
});
});

it('should route the request accordingly if POST can be omitted', function (done) {
it('should route the request accordingly when request method is GET', function (done) {
lisk.api().sendRequest('accounts/open', { secret: '123' }).then(function (result) {
(result).should.be.type('object');
(result.account).should.be.ok;
Expand Down

0 comments on commit 94daeb5

Please sign in to comment.