Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
zemberdotnet committed Dec 14, 2023
1 parent 2c56734 commit 59c7b3a
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,17 +583,6 @@ describe('uploadDataChunk', () => {
const context = createTestContext();
const job = generateSynchronizationJob();

// we could throw any error here I just copied the above
const jobNotAwaitingUploadsError = new Error('400 bad request');
(jobNotAwaitingUploadsError as any).response = {
data: {
error: {
code: 'JOB_NOT_AWAITING_UPLOADS',
message: 'JOB_NOT_AWAITING_UPLOADS',
},
},
};

const type = 'entities';
const batch = [];

Expand Down

0 comments on commit 59c7b3a

Please sign in to comment.