Skip to content

Commit 40f260c

Browse files
committed
release:(v0.1.0)
1 parent a89b73b commit 40f260c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"got": "^8.3.2",
32-
"lodash": "^4.17.19",
32+
"lodash": "^4.17.21",
3333
"debug": "^3.1.2"
3434
},
3535
"devDependencies": {

test/infobip.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('InfoBip Instance Test(s)', function () {
2121
/* eslint-enable no-unused-expressions */
2222
})
2323

24-
it('should throw an error if [send] method is called without required arguments', function () {
24+
it('should throw an error if [sendSMS] method is called without required arguments', function () {
2525
try {
2626
instance.sendSMS()
2727
} catch (err) {

0 commit comments

Comments
 (0)