diff --git a/package.json b/package.json index 877b508..eef5df4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "got": "^8.3.2", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "debug": "^3.1.2" }, "devDependencies": { diff --git a/test/infobip.test.js b/test/infobip.test.js index 6cfd757..02bed25 100644 --- a/test/infobip.test.js +++ b/test/infobip.test.js @@ -21,7 +21,7 @@ describe('InfoBip Instance Test(s)', function () { /* eslint-enable no-unused-expressions */ }) - it('should throw an error if [send] method is called without required arguments', function () { + it('should throw an error if [sendSMS] method is called without required arguments', function () { try { instance.sendSMS() } catch (err) {