...
Assume there is a library logicthat has RoundingUtils element with a method that rounds the value to the desired count of decimal places:
...
If your method from your unit test example does not call any Pricefx API, you can always remove the line that mocks of fakes the api
variable:
.withLogicTestDouble("api", [:])
.
...