From: Evert Timberg Date: Fri, 22 Nov 2019 12:28:31 +0000 (-0500) Subject: Fix broken tests (#6780) X-Git-Tag: v3.0.0-alpha~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6cf2fe8b80bd6cc00d20a4047afc3ac4d809e68;p=thirdparty%2FChart.js.git Fix broken tests (#6780) --- diff --git a/test/fixtures/plugin.filler/fill-line-boundary-origin-span-dual.json b/test/fixtures/plugin.filler/fill-line-boundary-origin-span-dual.json index 968c4ae87..62527f938 100644 --- a/test/fixtures/plugin.filler/fill-line-boundary-origin-span-dual.json +++ b/test/fixtures/plugin.filler/fill-line-boundary-origin-span-dual.json @@ -23,12 +23,12 @@ "legend": false, "title": false, "scales": { - "xAxes": [{ + "x": { "display": false - }], - "yAxes": [{ + }, + "y": { "display": false - }] + } }, "elements": { "point": { diff --git a/test/fixtures/plugin.filler/fill-line-boundary-origin-spline-above.json b/test/fixtures/plugin.filler/fill-line-boundary-origin-spline-above.json index 751945e2e..265eb0b1a 100644 --- a/test/fixtures/plugin.filler/fill-line-boundary-origin-spline-above.json +++ b/test/fixtures/plugin.filler/fill-line-boundary-origin-spline-above.json @@ -23,12 +23,12 @@ "legend": false, "title": false, "scales": { - "xAxes": [{ + "x": { "display": false - }], - "yAxes": [{ + }, + "y": { "display": false - }] + } }, "elements": { "point": { diff --git a/test/fixtures/plugin.filler/fill-line-dataset-dual.json b/test/fixtures/plugin.filler/fill-line-dataset-dual.json index 6ccdf228f..65f960b1c 100644 --- a/test/fixtures/plugin.filler/fill-line-dataset-dual.json +++ b/test/fixtures/plugin.filler/fill-line-dataset-dual.json @@ -21,12 +21,12 @@ "legend": false, "title": false, "scales": { - "xAxes": [{ + "x": { "display": false - }], - "yAxes": [{ + }, + "y": { "display": false - }] + } }, "elements": { "point": { diff --git a/test/fixtures/plugin.filler/fill-line-dataset-span-dual.json b/test/fixtures/plugin.filler/fill-line-dataset-span-dual.json index 2ca91fac8..1d57b86cd 100644 --- a/test/fixtures/plugin.filler/fill-line-dataset-span-dual.json +++ b/test/fixtures/plugin.filler/fill-line-dataset-span-dual.json @@ -43,12 +43,12 @@ "legend": false, "title": false, "scales": { - "xAxes": [{ + "x": { "display": false - }], - "yAxes": [{ + }, + "y": { "display": false - }] + } }, "elements": { "point": { diff --git a/test/fixtures/plugin.filler/fill-line-dataset-spline-span-above.json b/test/fixtures/plugin.filler/fill-line-dataset-spline-span-above.json index 70b80f6fa..aaa3b0a22 100644 --- a/test/fixtures/plugin.filler/fill-line-dataset-spline-span-above.json +++ b/test/fixtures/plugin.filler/fill-line-dataset-spline-span-above.json @@ -39,12 +39,12 @@ "legend": false, "title": false, "scales": { - "xAxes": [{ + "x": { "display": false - }], - "yAxes": [{ + }, + "y": { "display": false - }] + } }, "elements": { "point": { diff --git a/test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.json b/test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.json index 87314029c..35de98ed2 100644 --- a/test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.json +++ b/test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.json @@ -39,12 +39,12 @@ "legend": false, "title": false, "scales": { - "xAxes": [{ + "x": { "display": false - }], - "yAxes": [{ + }, + "y": { "display": false - }] + } }, "elements": { "point": {