JPP: Fixed geld getal endian equals to constructor
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1m24s

This commit is contained in:
Willem Cazander 2026-02-23 12:59:01 +01:00
parent 0064c382a0
commit 7a19ba10ad
2 changed files with 2 additions and 6 deletions

View file

@ -51,6 +51,7 @@ public class Gê̄ldGetậlTest {
for (String data:paymentDataExample) {
Gê̄ldGetậl geld = new Gê̄ldGetậl(data);
Assertions.assertNotNull(geld.toHebrewString());
Assertions.assertNotEquals("Infinity", Double.toString(geld.toDecimalValue()));
}
}
}