Skip to content

Commit

Permalink
Invalid callback
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Feb 1, 2019
1 parent 7a8b3a8 commit 4f04c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pro.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ describe('RajaOngkir Pro Package Test', function () {
})
var RajaOngkir = require('../index').Pro(apiKey)

describe('Get All Provinces', function (done) {
it('Should Return All Provinces', function () {
describe('Get All Provinces', function () {
it('Should Return All Provinces', function (done) {
return RajaOngkir.getProvinces().then(function (result) {
result.should.have.property('rajaongkir')
result.rajaongkir.status.code.should.deep.equal(200)
Expand Down

0 comments on commit 4f04c06

Please sign in to comment.