Hi [~endaphelan] I understand that in the [PR| https://github.com/aerogear/mobile-security-service/pull/42/files#diff-000cf6f2bbbae18f57a23e6b91428803 ] linked here you are using the following dep
{code:java} sqlmock "gopkg.in/DATA-DOG/go-sqlmock.v1" {code}
Shows that we should use [https://github.com/matryer/moq|matryer/moq] instead according to the description of this JIRA . I mean is it mandatory the usage of [https://github.com/matryer/moq|matryer/moq] or can we choose how to implement the mocks for the service layer in order to not do the call for the database and requires in any way it as it is done currently ? |
|