Skip to content

Commit

Permalink
Merge pull request #53 from mgaruccio/master
Browse files Browse the repository at this point in the history
Fixed typo in test for addAttachmentToCard
  • Loading branch information
norberteder authored Nov 6, 2017
2 parents 6aebf32 + aeb879e commit 19004a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ describe('Trello', function () {
post.should.have.been.calledWith('https://api.trello.com/1/cards/myCardId/attachments');
});

it('should include the list id', function () {
it('should include the attachmentUrl', function () {
query.url.should.equal('attachmentUrl');
});

Expand Down

0 comments on commit 19004a4

Please sign in to comment.