Skip to content

Commit

Permalink
[ALFREDOPS-864] fix unrelated formatting bug during progress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pvriel committed Jan 8, 2025
1 parent 9a3d5a7 commit b5b198e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public Optional<Duration> getEstimatedCompletion() {

CycleProgressView indexingProgressView = new CycleProgressView(mockIndexingProgress);

assertThat(indexingProgressView.getProgress(), is(equalTo("10,00%")));
assertThat(indexingProgressView.getProgress().replaceAll(",", "."), is(equalTo("10.00%")));
}

@Test
Expand Down

0 comments on commit b5b198e

Please sign in to comment.