Skip to content

Commit bd64a8b

Browse files
committed
fix function name in Unit test
1 parent 1fafd86 commit bd64a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/UnitTests/ConvertToModelTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void TestStaticHelpers()
9090
Assert.AreEqual ("BB", b.transform.GetChild (1).name);
9191
Assert.AreEqual (Vector3.zero, b1.transform.localPosition);
9292

93-
ConvertToModel.UpdateFromFBX (a, b);
93+
ConvertToModel.UpdateFromSourceRecursive (a, b);
9494

9595
Assert.IsTrue (b.GetComponent<BoxCollider> ());
9696
Assert.AreEqual ("AA", b.transform.GetChild (1).name);

0 commit comments

Comments
 (0)