Skip to content

Commit e37d2e8

Browse files
Update the Tests (Stirling-Tools#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 <[email protected]> Co-authored-by: a <a>
1 parent 4075b8d commit e37d2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/stirling/software/SPDF/EE/EEAppConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public class EEAppConfig {
1818

1919
@Bean(name = "runningEE")
2020
public boolean runningEnterpriseEdition() {
21-
return licenseKeyChecker.getEnterpriseEnabledResult();
21+
return licenseKeyChecker.getEnterpriseEnabledResult();
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)