Create "randomBigDecimal" method #35
Labels
Difficulty: Middle
good first issue
Good for newcomers
hacktoberfest
Participando en el Hacktoberfest
Milestone
Important
Read issue #2 first
Create the
randomBigDecimal
method in the class FakeTestUtil. The library used is that of datafaker.This method must return a BigDecimal object, the value must be positive, between 1 and 1000 and have decimals.
And use it to replace:
despensa-rest-api/src/test/java/dev/nmarulo/depensaapp/app/products/ProductServiceTestUtil.java
Line 72 in 5ec3f86
despensa-rest-api/src/test/java/dev/nmarulo/depensaapp/app/products/ProductServiceTestUtil.java
Line 74 in 5ec3f86
despensa-rest-api/src/test/java/dev/nmarulo/depensaapp/app/shoppinglist/ShoppingListServiceTestUtil.java
Lines 51 to 52 in 5ec3f86
The text was updated successfully, but these errors were encountered: