Skip to content

Commit

Permalink
Adapt TestCsvSimulationReport
Browse files Browse the repository at this point in the history
The recently added localization key broke this test. Fixed now.
  • Loading branch information
mederly committed Mar 25, 2023
1 parent e49f7cd commit 0f38820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ public void test160ModifyAssignments() throws Exception {
.sortBy(C_R_CUSTOM_METRIC, C_R_EVENT_MARK, C_R_BUILT_IN_METRIC)
.display()
.allRecords(
r -> r.assertValue(C_R_AGGREGATION_FUNCTION, "SELECTION_TOTAL_VALUE"))
r -> r.assertValue(C_R_AGGREGATION_FUNCTION, "Selection total value"))
.forRecord(C_R_EVENT_MARK, MARK_FOCUS_ACTIVATED.getNameOrig(),
r -> r.assertValue(C_R_SC_TYPE, "UserType")
.assertValue(C_R_SC_ARCHETYPE, "blue")
Expand Down

0 comments on commit 0f38820

Please sign in to comment.