Skip to content

Commit

Permalink
remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasassisrosa committed Jul 10, 2020
1 parent 19f8f5f commit a8abd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources/MobileOperatorNetworks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var telnyx = require('../../testUtils').getTelnyxMock();
var expect = require('chai').expect;

describe.skip('MobileOperatorNetworks Resource', function () {
describe('MobileOperatorNetworks Resource', function () {
describe('list', function () {
it('Sends the correct request', function () {
return telnyx.mobileOperatorNetworks.list().then(function (response) {
Expand Down

0 comments on commit a8abd37

Please sign in to comment.