Skip to content

Commit a6301b8

Browse files
committed
chore(fixtures): allow all DataCondition properties
1 parent 491e9fc commit a6301b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/js/fixtures/dataConditions.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
import type {
22
DataCondition,
33
DataConditionGroup,
4-
NewDataCondition,
54
} from 'sentry/types/workflowEngine/dataConditions';
65
import {
76
DataConditionGroupLogicType,
87
DataConditionType,
98
} from 'sentry/types/workflowEngine/dataConditions';
109

11-
export function DataConditionFixture(params: Partial<NewDataCondition>): DataCondition {
10+
export function DataConditionFixture(params: Partial<DataCondition>): DataCondition {
1211
return {
13-
type: DataConditionGroupLogicType.ALL,
1412
comparison_type: DataConditionType.EQUAL,
1513
comparison: '8',
1614
id: '1',

0 commit comments

Comments
 (0)