JPP: Fixed geld getal endian equals to constructor
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1m24s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1m24s
This commit is contained in:
parent
0064c382a0
commit
7a19ba10ad
2 changed files with 2 additions and 6 deletions
|
|
@ -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()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue