Skip to content

Commit 9d8368f

Browse files
committed
SBERDOMA-102 fixed wrong require of OrganizationEmployee in test of RegisterNewOrganizationService
1 parent adfad80 commit 9d8368f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/condo/domains/organization/schema/RegisterNewOrganizationService.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { createTestUser } = require('@condo/domains/user/utils/testSchema')
55

66
const { registerNewOrganization } = require('../../../utils/testSchema/Organization')
77

8-
const { OrganizationEmployee } = require('../gql')
8+
const { OrganizationEmployee } = require('../utils/testSchema')
99

1010
describe('RegisterNewOrganizationService', () => {
1111
test('registerNewOrganization() by user', async () => {

0 commit comments

Comments
 (0)