From cfffedbd786d32a7b62fdad0dc594b27d00d5446 Mon Sep 17 00:00:00 2001 From: Daniel Pigott Date: Sat, 2 May 2020 18:48:38 +1000 Subject: [PATCH] Fixed typo in test --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 83b8400..7e83717 100644 --- a/test/test.js +++ b/test/test.js @@ -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();