Skip to content

Commit 5b1ebb4

Browse files
committed
fix test
1 parent 3b290e7 commit 5b1ebb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11279,6 +11279,7 @@ describe('ReportUtils', () => {
1127911279
{
1128011280
name: CONST.VIOLATIONS.MISSING_CATEGORY,
1128111281
type: CONST.VIOLATION_TYPES.VIOLATION,
11282+
showInReview: true,
1128211283
},
1128311284
],
1128411285
};
@@ -11367,6 +11368,7 @@ describe('ReportUtils', () => {
1136711368
{
1136811369
name: CONST.VIOLATIONS.MISSING_CATEGORY,
1136911370
type: CONST.VIOLATION_TYPES.VIOLATION,
11371+
showInReview: true,
1137011372
},
1137111373
],
1137211374
};

0 commit comments

Comments
 (0)