Skip to content

Commit 257557b

Browse files
author
AJubrey
committed
[REMOVED] unecessary comma
[CHANGED] name of test function
1 parent 6874ce6 commit 257557b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,8 @@ public void TestGetDCCOptions()
265265
}
266266

267267
[Test]
268-
public void FindDCCInstallsTest1()
268+
public void VendorLocationInstallationTest1()
269269
{
270-
271270
/*
272271
* different directory roots denoted by ' (eg.) (maya 2017 in rootDir1) = a (maya 2017 in rootDir2) = a'
273272
* a (maya2017)
@@ -278,7 +277,7 @@ public void FindDCCInstallsTest1()
278277
* f (3dsmax2018)
279278
*/
280279

281-
// case 1.1: VI=a ML=b', result=2
280+
// case 1.1: VI=a ML=b' result=2
282281
// case 1.2: VL=a ML=d' result=2
283282
// case 1.3: VL=c ML=b' result=2
284283
// case 1.4: VL=c ML=d' result=2

0 commit comments

Comments
 (0)