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 b7664bf commit 0e6c23dCopy full SHA for 0e6c23d
moneta-core/src/test/java/org/javamoney/moneta/MoneyTest.java
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright (c) 2012, 2024, Werner Keil and others by the @author tag.
+ * Copyright (c) 2012, 2022, Werner Keil and others by the @author tag.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
5
* use this file except in compliance with the License. You may obtain a copy of
@@ -1294,4 +1294,4 @@ public void maxPrecisionOnDivide() {
1294
assertEquals(quotient.getContext().getPrecision(), 2);
1295
assertEquals(quotient.getNumber().numberValue(BigDecimal.class).longValueExact(), BigDecimal.valueOf(330).longValueExact());
1296
}
1297
-}
+}
0 commit comments