Fixed the migration in an example
Этот коммит содержится в:
родитель
c32f3cd5d7
коммит
b62eb13ee7
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -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()
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче