Skip to content

Commit

Permalink
test(ImageTest): Default name is image
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 22, 2022
1 parent bb88b03 commit bd8c46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/core/ImageTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('imageType should have the same imageType passed to the constructor', t =>

test('name should have the default value of "Image"', t => {
const image = new Image()
t.deepEqual(image.name, 'Image')
t.deepEqual(image.name, 'image')
})

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

0 comments on commit bd8c46e

Please sign in to comment.