Skip to content

Commit

Permalink
Fix typo in test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rylnd committed Apr 11, 2024
1 parent d744cf1 commit 602954e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { FtrProviderContext } from '../../../../../../ftr_provider_context';
export default ({ loadTestFile }: FtrProviderContext): void => {
describe('Detection Engine - Execution logic', function () {
loadTestFile(require.resolve('./eql'));
loadTestFile(require.resolve('./eql_alert_suppresssion'));
loadTestFile(require.resolve('./eql_alert_suppression'));
loadTestFile(require.resolve('./esql'));
loadTestFile(require.resolve('./machine_learning'));
loadTestFile(require.resolve('./new_terms'));
Expand Down

0 comments on commit 602954e

Please sign in to comment.