Closed jsnb-devoted closed 2 years ago
Similar to https://github.com/pashagolub/pgxmock/pull/86 we utilize the PgConn method so we need implemented in order to work with our interfaces.
Again I'm just returning an empty struct here because we at least don't need to testing anything with that method. We may need to do something with it down the line.
Thanks. LGTM. 👍
Similar to https://github.com/pashagolub/pgxmock/pull/86 we utilize the PgConn method so we need implemented in order to work with our interfaces.
Again I'm just returning an empty struct here because we at least don't need to testing anything with that method. We may need to do something with it down the line.