Skip to content

Commit

Permalink
fix import in index
Browse files Browse the repository at this point in the history
  • Loading branch information
WafaaNasr committed Nov 27, 2023
1 parent 2610c09 commit 4252208
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* 2.0.
*/

import { FtrProviderContext } from '../../../../ftr_provider_context';
import { FtrProviderContext } from '../../../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('Lists API', function () {
loadTestFile(require.resolve('./duplicate_exception_list'));
Expand Down

0 comments on commit 4252208

Please sign in to comment.