You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: moneta-convert/moneta-convert-ecb/src/test/java/org/javamoney/moneta/convert/ecb/ECBHistoricRateProviderTest.java
+37-13Lines changed: 37 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (c) 2012, 2015, Credit Suisse (Anatole Tresch), Werner Keil and others by the @author tag.
2
+
* Copyright (c) 2012, 2023, Werner Keil and others by the @author tag.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
5
5
* use this file except in compliance with the License. You may obtain a copy of
@@ -20,6 +20,8 @@
20
20
21
21
importjava.math.BigDecimal;
22
22
importjava.time.LocalDate;
23
+
importjava.time.LocalDateTime;
24
+
importjava.time.temporal.ChronoField;
23
25
importjava.util.Objects;
24
26
25
27
importjavax.money.CurrencyUnit;
@@ -156,23 +158,29 @@ public void shouldConvertDollarToBrazilian() {
0 commit comments