Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Nov 19, 2024
1 parent 8930c7e commit 1ec20d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ describe('NekosiaAPI (API Tests)', () => {
expect(res).toBeInstanceOf(Object);
expect(res.success).toBe(true);
expect(res.status).toBe(200);
expect(res.count).toBe(3);
expect(res).toHaveProperty('images');
expect(res.images).toBeInstanceOf(Array);
expect(res.images.length).toBe(3);
Expand Down

0 comments on commit 1ec20d2

Please sign in to comment.