Skip to content

Commit bd8c46e

Browse files
committed
test(ImageTest): Default name is image
1 parent bb88b03 commit bd8c46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node/core/ImageTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test('imageType should have the same imageType passed to the constructor', t =>
1010

1111
test('name should have the default value of "Image"', t => {
1212
const image = new Image()
13-
t.deepEqual(image.name, 'Image')
13+
t.deepEqual(image.name, 'image')
1414
})
1515

1616
test('origin should have a length equal to the dimension', t => {

0 commit comments

Comments
 (0)