We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f70a3 commit 6e55a1bCopy full SHA for 6e55a1b
gradle-kotlin-dsl/gradle-kotlin-dsl/src/test/java/com/baeldung/kotlindsl/ReporterUnitTest.java
@@ -40,8 +40,8 @@ void should_sort_values_returned_by_repository_and_return() {
40
41
// then
42
assertEquals(List.of(
43
- stockPrice(new BigDecimal("1.57988"), Instant.parse("2021-05-05T15:00:00Z")),
44
- stockPrice(new BigDecimal("1.0"), Instant.parse("2021-02-03T15:00:00Z")),
+ stockPrice(new BigDecimal("1.57"), Instant.parse("2021-05-05T15:00:00Z")),
+ stockPrice(new BigDecimal("1.89"), Instant.parse("2021-02-03T15:00:00Z")),
45
stockPrice(new BigDecimal("1.32"), Instant.parse("2021-01-01T15:00:00Z"))),
46
result
47
);
0 commit comments