Skip to content

Commit

Permalink
feat(cb2-16021): further tests for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-cs committed Feb 6, 2025
1 parent 86c8c5b commit e431079
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/app/databaseService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ describe('Database Service', () => {

expect(mockDbService.get).toHaveBeenCalledWith(TFL_QUERY, ['1/10/2025 12:0:0']);
expect(result).toHaveLength(1);
console.log(result);
});

it('correctly retrieves ANTS feed data', async () => {
Expand All @@ -433,7 +432,6 @@ describe('Database Service', () => {

expect(mockDbService.get).toHaveBeenCalledWith(ANTS_QUERY, ['1/10/2025 12:0:0']);
expect(result).toHaveLength(1);
console.log(result);
});
});
});

0 comments on commit e431079

Please sign in to comment.