Skip to content

Commit eb3f3b8

Browse files
author
AJubrey
committed
[CHANGED] Assert to be correct
1 parent 851ef66 commit eb3f3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/UnitTests/IntegrationsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void BasicTest() {
4141
LogNonEmptyString ("display name", mayaIntegration.DccDisplayName);
4242
LogNonEmptyString ("integration zip path", mayaIntegration.IntegrationZipPath);
4343

44-
Assert.IsFalse (Editor.MayaIntegration.IsHeadlessInstall () == 0);
44+
Assert.IsTrue (Editor.MayaIntegration.IsHeadlessInstall () == 0);
4545

4646
LogNonEmptyString ("module template path", mayaIntegration.GetModuleTemplatePath ());
4747
LogNonEmptyString ("package path", Editor.MayaIntegration.GetPackagePath ());

0 commit comments

Comments
 (0)