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.
2 parents 1c525bc + eb3f3b8 commit 89d7e61Copy full SHA for 89d7e61
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