Implement tests checking that correct transactions are saved correctly to DB #12
Open
opened 10 months ago by inga-lovinde
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Currently, tests ignore call arguments of
transactionService.insertOne
. Instead, they should check thatinsertOne
was called with the correct data.