Skip to content

Commit b8123d1

Browse files
committed
[Added]added testcases for organization
1 parent 2cb252c commit b8123d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/routes/organization.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe("Organization API", () => {
8383
.send({ name: "your org" });
8484

8585
expect(response.status).toBe(200);
86-
expect(response.body.res).toMatch(/updated organization/);
86+
expect(response.body.res).toMatch(/organization updated/);
8787
});
8888
});
8989
});

0 commit comments

Comments
 (0)