Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Aug 28, 2024
1 parent 8da4e01 commit ef11a3c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ describe('PageBulkExportJobCronService', () => {
});

test('should delete expired jobs', async() => {
// assert
expect(await PageBulkExportJob.find()).toHaveLength(4);

// act
Expand Down Expand Up @@ -133,7 +132,6 @@ describe('PageBulkExportJobCronService', () => {
});

test('should delete download expired jobs', async() => {
// assert
expect(await PageBulkExportJob.find()).toHaveLength(4);

// act
Expand Down Expand Up @@ -166,7 +164,6 @@ describe('PageBulkExportJobCronService', () => {
});

test('should delete failed export jobs', async() => {
// assert
expect(await PageBulkExportJob.find()).toHaveLength(3);

// act
Expand Down

0 comments on commit ef11a3c

Please sign in to comment.