Skip to content

Commit 4fed952

Browse files
update jest test
1 parent 4b8124d commit 4fed952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/ml/common/util/job_utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ describe('ML - job utils', () => {
281281
expect(isSourceDataChartableForDetector(job, 22)).toBe(true);
282282
expect(isSourceDataChartableForDetector(job, 23)).toBe(true);
283283
expect(isSourceDataChartableForDetector(job, 24)).toBe(true);
284-
expect(isSourceDataChartableForDetector(job, 36)).toBe(true);
285284
expect(isSourceDataChartableForDetector(job, 37)).toBe(true);
286285
});
287286

@@ -297,6 +296,7 @@ describe('ML - job utils', () => {
297296
expect(isSourceDataChartableForDetector(job, 33)).toBe(false);
298297
expect(isSourceDataChartableForDetector(job, 34)).toBe(false);
299298
expect(isSourceDataChartableForDetector(job, 35)).toBe(false);
299+
expect(isSourceDataChartableForDetector(job, 36)).toBe(false);
300300
});
301301
});
302302

0 commit comments

Comments
 (0)