From 4f668c3ed94c57bc5176bd8c89c2bb743139087c Mon Sep 17 00:00:00 2001 From: dylan-kerr Date: Fri, 23 Sep 2016 22:36:58 +0100 Subject: [PATCH] Adjust expected values in core.title.tests.js --- test/core.title.tests.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/core.title.tests.js b/test/core.title.tests.js index ce1c437ea..b8ecd18e5 100644 --- a/test/core.title.tests.js +++ b/test/core.title.tests.js @@ -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 +}); -- 2.47.2