Skip to content

Commit

Permalink
fix(server): fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Oct 9, 2024
1 parent b3a26a7 commit 3c2e63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/controllers/ownerController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import { v4 as uuidv4 } from 'uuid';
import {
AddressDTO,
AddressKinds,
genHousingOwnerDTO,
HousingOwnerPayloadDTO,
OwnerDTO,
OwnerPayloadDTO
} from '@zerologementvacant/models';
import { genHousingOwnerDTO } from '@zerologementvacant/models/fixtures';
import { createServer } from '~/infra/server';
import { tokenProvider } from '~/test/testUtils';
import {
Expand Down

0 comments on commit 3c2e63c

Please sign in to comment.