We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677fc47 commit 876d5d9Copy full SHA for 876d5d9
__test__/pet.test.js
@@ -25,7 +25,7 @@ describe("Pet Service", () => {
25
});
26
27
describe("Negative scenario", () => {
28
- it("should response with 400 when name ro type is missing", async () => {
+ it("should response with 400 when name or type is missing for the pet", async () => {
29
const bodyData = [
30
{
31
id: 5,
0 commit comments