Skip to content

Commit 9c6b63b

Browse files
author
AJubrey
committed
[UPDATED] test conditions to match the test since it had been changed in a previous task
1 parent 851ef66 commit 9c6b63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public void TestFindPreferredProgram()
198198

199199
int preferred = ExportSettings.instance.GetPreferredDCCApp();
200200
//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);
201+
Assert.AreEqual(preferred, 8);
202202

203203
ExportSettings.instance.ClearDCCOptionNames();
204204
//Try running it with an empty list

0 commit comments

Comments
 (0)