File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/services/property-base-service/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments