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
Hi everyone,
I'm facing some errors with Decimal.new/1 when trying to run tests on my project. This error only occurs when I execute the tests, but when I run the same function with the application running, it does not happen. This may be related to issue #219. The difference is that I'm using the Money.Ecto.Composite.Type.
Below, I'll add an image of the error.
Here are the versions I initially used: ecto_sql 3.8.0 money 1.8.0
Then, I downgraded the versions to: ecto_sql 3.7.0 money 1.4.0
The text was updated successfully, but these errors were encountered:
Hi everyone,
I'm facing some errors with Decimal.new/1 when trying to run tests on my project. This error only occurs when I execute the tests, but when I run the same function with the application running, it does not happen. This may be related to issue #219. The difference is that I'm using the
Money.Ecto.Composite.Type
.Below, I'll add an image of the error.
Here are the versions I initially used:
ecto_sql 3.8.0
money 1.8.0
Then, I downgraded the versions to:
ecto_sql 3.7.0
money 1.4.0
The text was updated successfully, but these errors were encountered: