Skip to content

Commit 86c0841

Browse files
author
John Cruz
committed
10553: Fix test name;
1 parent d49af18 commit 86c0841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/business/entities/factories/UserFactory.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('UserFactory', () => {
2626
expect(classInstance).toEqual(Practitioner);
2727
});
2828

29-
it('should return "Practitioner" class type if role is "inactivePractitioner"', () => {
29+
it('should return "User" class type if role is "admin"', () => {
3030
const TEST_USER = { role: ROLES.admin };
3131
const userFactory = new UserFactory(TEST_USER);
3232
const classInstance = userFactory.getClass();

0 commit comments

Comments
 (0)