Revert "add broken test"

This reverts commit 040e3ad377.
This commit is contained in:
Ohm Patel 2024-02-19 02:36:04 -05:00
parent 8fdbabdc42
commit b5950319cf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ test("Correct book full", () => {
pages: 100,
weight: "100g",
})
).toThrow();
).not.toThrow();
});
test("Correct book partial", () => {