pashagolub / pgxmock

pgx mock driver for golang to test database interactions
Other
393 stars 49 forks source link

fix ExpectedPrepare.WillBeClosed() implementation #10

Closed pashagolub closed 3 years ago

pashagolub commented 3 years ago

The pgxmock should intercept the Deallocate method, find expectation, and set wasClosed to True.