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 eb3f3b8Copy full SHA for eb3f3b8
Assets/FbxExporters/Editor/UnitTests/IntegrationsTest.cs
@@ -41,7 +41,7 @@ public void BasicTest() {
41
LogNonEmptyString ("display name", mayaIntegration.DccDisplayName);
42
LogNonEmptyString ("integration zip path", mayaIntegration.IntegrationZipPath);
43
44
- Assert.IsFalse (Editor.MayaIntegration.IsHeadlessInstall () == 0);
+ Assert.IsTrue (Editor.MayaIntegration.IsHeadlessInstall () == 0);
45
46
LogNonEmptyString ("module template path", mayaIntegration.GetModuleTemplatePath ());
47
LogNonEmptyString ("package path", Editor.MayaIntegration.GetPackagePath ());
0 commit comments