]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Adjust expected values in core.title.tests.js 3358/head
authordylan-kerr <dylan-kerr@users.noreply.github.com>
Fri, 23 Sep 2016 21:36:58 +0000 (22:36 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Sep 2016 21:36:58 +0000 (22:36 +0100)
test/core.title.tests.js

index ce1c437ea9ef1af90016992c72b15c298f6c7343..b8ecd18e5cbe5d96745b7421070c11fe14c9874a 100644 (file)
@@ -118,7 +118,7 @@ describe('Title block tests', function() {
                        args: [0]
                }, {
                        name: 'fillText',
-                       args: ['My title', 0, 0]
+                       args: ['My title', 0, 0, 400]
                }, {
                        name: 'restore',
                        args: []
@@ -168,7 +168,7 @@ describe('Title block tests', function() {
                        args: [-0.5 * Math.PI]
                }, {
                        name: 'fillText',
-                       args: ['My title', 0, 0]
+                       args: ['My title', 0, 0, 400]
                }, {
                        name: 'restore',
                        args: []
@@ -201,10 +201,10 @@ describe('Title block tests', function() {
                        args: [0.5 * Math.PI]
                }, {
                        name: 'fillText',
-                       args: ['My title', 0, 0]
+                       args: ['My title', 0, 0, 400]
                }, {
                        name: 'restore',
                        args: []
                }]);
        });
-});
\ No newline at end of file
+});