Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Jul 23, 2024
1 parent 1464706 commit 82c7779
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
KqlQueryType,
ThreeWayDiffConflict,
ThreeWayDiffOutcome,
ThreeWayMergeOutcome,
} from '../../../../../common/api/detection_engine';
import type { PartialRuleDiff } from '../../../../../common/api/detection_engine';
import { TestProviders } from '../../../../common/mock';
Expand All @@ -21,7 +20,6 @@ const ruleFieldsDiffBaseFieldsMock = {
diff_outcome: ThreeWayDiffOutcome.StockValueCanUpdate,
conflict: ThreeWayDiffConflict.NONE,
has_update: true,
merge_outcome: ThreeWayMergeOutcome.Target,
has_base_version: true,
};

Expand Down

0 comments on commit 82c7779

Please sign in to comment.