Merge pull request #208 from alexgridx/23-fixes-testing
#23 fixes context in tests
This commit is contained in:
commit
f06e2c2d63
2 changed files with 2 additions and 2 deletions
|
|
@ -152,7 +152,7 @@ func TestCheckpoint_Get_NoRows(t *testing.T) {
|
|||
if err := mock.ExpectationsWereMet(); err != nil {
|
||||
t.Errorf("there were unfulfilled expectations: %s", err)
|
||||
}
|
||||
_ = ck.Shutdown()
|
||||
_ = ck.Shutdown(ctx)
|
||||
}
|
||||
|
||||
func TestCheckpoint_Get_QueryError(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// go:build unit
|
||||
//go:build unit
|
||||
|
||||
package redis
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue