Skip to content

Commit

Permalink
Fix SystemManagementTest.systemUsageReportCollectsActionsOfAllTenants…
Browse files Browse the repository at this point in the history
…:123 (#1597)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm committed Feb 3, 2024
1 parent abbf484 commit 24c4cde
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ public void systemUsageReportCollectsActionsOfAllTenants() throws Exception {
final List<TenantUsage> tenants = systemManagement.getSystemUsageStatisticsWithTenants().getTenants();
assertThat(tenants).hasSize(3);
final TenantUsage tenantUsage0 = new TenantUsage("tenant0");
tenantUsage0.setTargets(40);
tenantUsage0.setTargets(20);
tenantUsage0.setActions(40);
final TenantUsage tenantUsage1 = new TenantUsage("tenant1");
tenantUsage1.setTargets(20);
Expand Down

0 comments on commit 24c4cde

Please sign in to comment.