pashagolub / pgxmock

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

Fix TestShouldNotCancelOrderWithNonPendingStatus #11

Closed pashagolub closed 3 years ago

pashagolub commented 3 years ago
--- FAIL: TestShouldNotCancelOrderWithNonPendingStatus (0.00s)
    orders_test.go:34: Expected no error, but got call to Prepare statement with query 
'UPDATE users SET balance = balance + ? WHERE id = ?', was not expected, next expectation is:
 ExpectedRollback => expecting transaction Rollback instead