Skip to content

Commit a067a37

Browse files
fix(users): tests
1 parent 00d4e8d commit a067a37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

microservices/users/__tests__/methods/profile/crud-test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ describe('methods/profile/crud', () => {
5454
expect(Crud.remove).to.be.undefined;
5555
});
5656

57-
it("should haven't create method", () => {
58-
expect(Crud.create).to.be.undefined;
59-
});
60-
6157
it("should haven't list method", () => {
6258
expect(Crud.list).to.be.undefined;
6359
});

0 commit comments

Comments
 (0)