Skip to content

Commit

Permalink
Tests should test for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfosterelli committed Jul 12, 2013
1 parent 1d0d7b6 commit 042e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/akismet.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Akismet-api', function() {
expect(client.host).to.equal('rest.akismet.com');
expect(client.endpoint).to.equal('undefined.rest.akismet.com/1.1/');
expect(client.port).to.equal(80);
expect(client.userAgent).to.equal('Node.js/' + process.version + ' | Akismet-api/0.0.1');
expect(client.userAgent).to.equal('Node.js/' + process.version + ' | Akismet-api/1.0.1');
expect(client.version).to.equal('1.1');
});

Expand Down

0 comments on commit 042e646

Please sign in to comment.