From b62eb13ee70c9f0f732b694b39bde9670051bac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnblad?= Date: Thu, 5 Mar 2020 16:57:47 -0300 Subject: [PATCH] Fixed the migration in an example --- _examples/db/api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/db/api_test.go b/_examples/db/api_test.go index f56339a..98a03d0 100644 --- a/_examples/db/api_test.go +++ b/_examples/db/api_test.go @@ -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()