Skip to content

Commit

Permalink
Merge pull request #67 from contygm/master
Browse files Browse the repository at this point in the history
DEVCON - 3248 fixed 18.9 test, reverted to original company ids
  • Loading branch information
justinsoliz authored Oct 5, 2018
2 parents fc090fe + 216d483 commit f3430e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file removed .vs/slnx.sqlite
Binary file not shown.
6 changes: 3 additions & 3 deletions test/batch.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import batchCreateRequest from './fixtures/batch_create_request';
import batchCreateResponse from './fixtures/batch_create_response';
import batchDownloadResponse from './fixtures/batch_download_response';

let companyId = 238146;
let batchId = 1136793;
let id = 2066530;
let companyId = 811825;
let batchId = 3883044;
let id = 5822671;

const baseUrl = 'https://sandbox-rest.avatax.com';

Expand Down

0 comments on commit f3430e1

Please sign in to comment.