Skip to content

Commit 876d5d9

Browse files
committed
updated test description
1 parent 677fc47 commit 876d5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__test__/pet.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe("Pet Service", () => {
2525
});
2626

2727
describe("Negative scenario", () => {
28-
it("should response with 400 when name ro type is missing", async () => {
28+
it("should response with 400 when name or type is missing for the pet", async () => {
2929
const bodyData = [
3030
{
3131
id: 5,

0 commit comments

Comments
 (0)