Skip to content

Commit 21fd8e1

Browse files
committed
fix installintegration headless install test
1 parent d7ee174 commit 21fd8e1

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 ());
44+
Assert.IsFalse (Editor.MayaIntegration.IsHeadlessInstall () == 0);
4545

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

0 commit comments

Comments
 (0)