Skip to content

Commit

Permalink
Update maps services name to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae committed Mar 29, 2022
1 parent 72fcffc commit 287d526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/upgrade/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

import { services as functionalServices } from '../functional/services';
import { services as reportingServices } from './reporting_services';
import { services as mapsServices } from './maps_services';
import { services as mapsUpgradeServices } from './maps_services';

export const services = {
...functionalServices,
...reportingServices,
...mapsServices,
...mapsUpgradeServices,
};

0 comments on commit 287d526

Please sign in to comment.