Skip to content

Commit 6e55a1b

Browse files
committed
reverted intentional compilation error
1 parent 07f70a3 commit 6e55a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle-kotlin-dsl/gradle-kotlin-dsl/src/test/java/com/baeldung/kotlindsl/ReporterUnitTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ void should_sort_values_returned_by_repository_and_return() {
4040

4141
// then
4242
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")),
43+
stockPrice(new BigDecimal("1.57"), Instant.parse("2021-05-05T15:00:00Z")),
44+
stockPrice(new BigDecimal("1.89"), Instant.parse("2021-02-03T15:00:00Z")),
4545
stockPrice(new BigDecimal("1.32"), Instant.parse("2021-01-01T15:00:00Z"))),
4646
result
4747
);

0 commit comments

Comments
 (0)