Skip to content

Commit

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

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

test('numberOfPoints should have a default value of 0', t => {
Expand Down

0 comments on commit bb88b03

Please sign in to comment.