add additional test

This commit is contained in:
Marco Ronchese 2022-12-17 17:21:46 +01:00
parent 68dbbabb99
commit 31cddca786
3 changed files with 96 additions and 0 deletions

1
go.mod
View file

@ -18,4 +18,5 @@ require (
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.7.0
github.com/volatiletech/null/v8 v8.1.2
gopkg.in/guregu/null.v4 v4.0.0
)