Skip to content

Commit b70f3f9

Browse files
committed
[ML] Value tweaks to pass tests on Windows.
1 parent 65170ec commit b70f3f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export default function ({ getService }: FtrProviderContext) {
4343
expected: {
4444
rocCurveColorState: [
4545
// tick/grid/axis
46-
{ key: '#DDDDDD', value: 48 },
46+
{ key: '#DDDDDD', value: 50 },
4747
// lines
48-
{ key: '#98A2B3', value: 32 },
48+
{ key: '#98A2B3', value: 30 },
4949
{ key: '#6092C0', value: 10 },
5050
{ key: '#5F92C0', value: 6 },
5151
],

0 commit comments

Comments
 (0)