Adjust expected values in core.title.tests.js

This commit is contained in:
dylan-kerr 2016-09-23 22:36:58 +01:00 committed by GitHub
parent fb302d5f00
commit 4f668c3ed9

View 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,7 +201,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: []