Skip to content

Commit

Permalink
fix import of new concrete class
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 25, 2021
1 parent 23eb5c7 commit 1b0f28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/management/management_menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { FtrService } from 'test/functional/ftr_provider_context';
import { FtrService } from '../../ftr_provider_context';

export class ManagementMenuService extends FtrService {
private readonly find = this.ctx.getService('find');
Expand Down

0 comments on commit 1b0f28a

Please sign in to comment.