This commit is contained in:
Simon Martín 2019-02-27 11:57:36 +01:00
parent 0848b5e759
commit c53ed67252

View File

@ -6,7 +6,7 @@ var assert = require('../../support/assert');
var JobStatus = require('../../../batch/job_status');
var BatchTestClient = require('../../support/batch-test-client');
describe('Batc API fallback job', function () {
describe('Batch API fallback job', function () {
before(function() {
this.batchTestClient = new BatchTestClient();