Skip to content

Commit

Permalink
main: salah
Browse files Browse the repository at this point in the history
  • Loading branch information
agungsptr committed Nov 17, 2023
1 parent c3a7dc6 commit 16ecc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/book.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("Book", () => {

it("Can get all book", async () => {
const req = await request(app).get("/api/book");
const actual = 100;
const actual = 90;

expect(req.statusCode).toBe(200);
expect(req.body.data.length).toEqual(actual);
Expand Down

0 comments on commit 16ecc64

Please sign in to comment.