Skip to content

Commit 9346ba9

Browse files
committed
fix formatting
1 parent 446f426 commit 9346ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/services/property-base-service/tests/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ describe('@onecore/property-service', () => {
396396
expect(getMaintenanceUnitsSpy).toHaveBeenCalledWith('1234')
397397
})
398398
})
399-
399+
400400
describe('GET /property/maintenance-units/by-building-code/:buildingCode', () => {
401401
it('returns 200 and a list of maintenance units for a building', async () => {
402402
const maintenanceUnitsMock =
@@ -492,7 +492,7 @@ describe('@onecore/property-service', () => {
492492
expect(getFacilitySpy).toHaveBeenCalledWith('1234')
493493
})
494494
})
495-
495+
496496
describe('GET /property/maintenance-units/by-property-code/:code', () => {
497497
it('returns 200 and a list of maintenance units for a property', async () => {
498498
const maintenanceUnitsMock =

0 commit comments

Comments
 (0)