Skip to content

Commit 5c17502

Browse files
committed
fix: fix broken test by removing old id
1 parent 725b968 commit 5c17502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/CohortManager/src/Web/app/lib/ruleMapping.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe("ruleMapping", () => {
44
describe("ruleIdMappings", () => {
55
it("should contain all expected rule IDs", () => {
66
const expectedRuleIds = [
7-
3, 8, 10, 17, 18, 21, 22, 30, 35, 36, 39, 40, 54, 66, 69, 71,
7+
3, 8, 10, 17, 18, 21, 22, 30, 35, 39, 40, 54, 66, 69, 71,
88
];
99
const actualRuleIds = Object.keys(ruleIdMappings).map(Number);
1010

0 commit comments

Comments
 (0)