Skip to content

Commit

Permalink
Fixed typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpigott committed May 2, 2020
1 parent 71202b2 commit cfffedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('CloudflareCli', function () {
assert.equal(cli.key, process.env.CF_API_KEY);
assert.equal(cli.email, process.env.CF_API_EMAIL);
});
it('shoud add a zone', function(done) {
it('should add a zone', function(done) {
cli.addZone({name: zoneName}).then(
function () {
done();
Expand Down

0 comments on commit cfffedb

Please sign in to comment.