Skip to content

Commit 50a657f

Browse files
committed
test(fixtures): add stage & severity
1 parent 4b3e81d commit 50a657f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/fixtures/cases.js

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ const cases = [
2626
match: { name: 'Ali Mdoe' },
2727
model: 'Party',
2828
},
29+
stage: {
30+
match: { namespace: 'CaseStage', 'strings.name.en': 'Confirmed' },
31+
model: 'Predefine',
32+
},
33+
severity: {
34+
match: { namespace: 'CaseSeverity', 'strings.name.en': 'Severe' },
35+
model: 'Predefine',
36+
},
2937
'victim.gender': {
3038
match: { namespace: 'PartyGender', 'strings.name.en': 'Female' },
3139
model: 'Predefine',

0 commit comments

Comments
 (0)