Skip to content

Commit

Permalink
Update the Tests (Stirling-Tools#2066)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
chottuthejimmy and Frooodle committed Nov 15, 2024
1 parent 4075b8d commit e37d2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/stirling/software/SPDF/EE/EEAppConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class EEAppConfig {

@Bean(name = "runningEE")
public boolean runningEnterpriseEdition() {
return licenseKeyChecker.getEnterpriseEnabledResult();
return licenseKeyChecker.getEnterpriseEnabledResult();
}
}
}

0 comments on commit e37d2e8

Please sign in to comment.