Fixed the migration in an example

Этот коммит содержится в:
Fredrik Lönnblad 2020-03-05 16:57:47 -03:00
родитель c32f3cd5d7
коммит b62eb13ee7

Просмотреть файл

@ -24,7 +24,7 @@ type apiFeature struct {
resp *httptest.ResponseRecorder
}
func (a *apiFeature) resetResponse(interface{}) {
func (a *apiFeature) resetResponse(*messages.Pickle) {
a.resp = httptest.NewRecorder()
if a.db != nil {
a.db.Close()