Skip to content

Commit 90b472f

Browse files
author
AJubrey
committed
[REMOVED] comments that were copied
1 parent c2e8bf7 commit 90b472f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,13 @@ public void TestFindPreferredProgram()
219219
Assert.AreEqual(preferred, 0);
220220

221221
//Testing the results of only having a maya install
222-
ExportSettings.instance.SetDCCOptionNames(new List<string> { ExportSettings.kMayaOptionName + "2018" }); //hardcoded because the constant is changed in another branch but not this one at this time
222+
ExportSettings.instance.SetDCCOptionNames(new List<string> { ExportSettings.kMayaOptionName + "2018" });
223223
preferred = ExportSettings.instance.GetPreferredDCCApp();
224224

225225
Assert.AreEqual(preferred, 0);
226226

227227
//Testing the results of only having a max install
228-
ExportSettings.instance.SetDCCOptionNames(new List<string> { ExportSettings.kMaxOptionName + "2018" }); //hardcoded because the constant is changed in another branch but not this one at this time
228+
ExportSettings.instance.SetDCCOptionNames(new List<string> { ExportSettings.kMaxOptionName + "2018" });
229229
preferred = ExportSettings.instance.GetPreferredDCCApp();
230230

231231
Assert.AreEqual(preferred, 0);

0 commit comments

Comments
 (0)