Skip to content

Commit

Permalink
release:(v0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Dec 17, 2021
1 parent a89b73b commit 40f260c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"got": "^8.3.2",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"debug": "^3.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/infobip.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 40f260c

Please sign in to comment.