Skip to content

Commit

Permalink
TRUNK-6028 AdministrationServiceTest pass on MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Sep 22, 2022
1 parent 3b50fe6 commit 0b8e2e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ public void purgeGlobalProperties_shouldDeleteGlobalPropertiesFromDatabase() {

List<GlobalProperty> props = new ArrayList<>();
props.add(new GlobalProperty("a.property.key", "something"));
props.add(new GlobalProperty("a.property.KEY", "somethingelse"));
adminService.saveGlobalProperties(props);
int afterSaveSize = adminService.getAllGlobalProperties().size();

Expand Down

0 comments on commit 0b8e2e4

Please sign in to comment.