We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851ef66 commit 9c6b63bCopy full SHA for 9c6b63b
Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs
@@ -198,7 +198,7 @@ public void TestFindPreferredProgram()
198
199
int preferred = ExportSettings.instance.GetPreferredDCCApp();
200
//While Maya 2017 and 3ds Max 2017 are tied for most recent, Maya 2017 should win because we prefer Maya.
201
- Assert.AreEqual(preferred, 9);
+ Assert.AreEqual(preferred, 8);
202
203
ExportSettings.instance.ClearDCCOptionNames();
204
//Try running it with an empty list
0 commit comments