From e37d2e86d68b77ef319a05dad1b28d6a2b82acff Mon Sep 17 00:00:00 2001 From: Tarun Kumar S Date: Thu, 24 Oct 2024 21:48:45 +0530 Subject: [PATCH] Update the Tests (#2066) * use transform instead of change * disable workflows * updates expect commands as well * try "highlighted" * update versions * update workflow files * Remove pro badge if enabled * add some wait time --------- Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Co-authored-by: a --- src/main/java/stirling/software/SPDF/EE/EEAppConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/stirling/software/SPDF/EE/EEAppConfig.java b/src/main/java/stirling/software/SPDF/EE/EEAppConfig.java index 8c3c4fd0ef8..6cedd974b4e 100644 --- a/src/main/java/stirling/software/SPDF/EE/EEAppConfig.java +++ b/src/main/java/stirling/software/SPDF/EE/EEAppConfig.java @@ -18,6 +18,6 @@ public class EEAppConfig { @Bean(name = "runningEE") public boolean runningEnterpriseEdition() { - return licenseKeyChecker.getEnterpriseEnabledResult(); + return licenseKeyChecker.getEnterpriseEnabledResult(); } -} +} \ No newline at end of file