From ca81a7c5bf7be733f15554da41e3ff8b159eb1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Valette?= Date: Wed, 16 Mar 2016 10:36:40 +0100 Subject: [PATCH] typo fix --- test/unit/editor/TestSetMaterialValueCommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/editor/TestSetMaterialValueCommand.js b/test/unit/editor/TestSetMaterialValueCommand.js index b770c12e73..1d0aa6446f 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 ] }; -- GitLab