diff --git a/test/unit/editor/TestSetMaterialValueCommand.js b/test/unit/editor/TestSetMaterialValueCommand.js index b770c12e7323019c7b81c0a2215fe14bc8f0c476..1d0aa6446fc2301f814257b9fa296f0f751e1718 100644 --- a/test/unit/editor/TestSetMaterialValueCommand.js +++ b/test/unit/editor/TestSetMaterialValueCommand.js @@ -29,7 +29,7 @@ test( "Test for SetMaterialValueCommand (Undo and Redo)", function() { blending: [ 'No', 'Normal', 'Additive' ], opacity: [ 0.2, 0.5, 0.8 ], alphaTest: [ 0.1, 0.6, 0.9 ], - wirefrimeLinewidth: [ 1.2, 3.4, 5.6 ] + wireframeLinewidth: [ 1.2, 3.4, 5.6 ] };