mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
fix: panic on test.db rm err
This commit is contained in:
@@ -125,7 +125,6 @@ func TestArticle(t *testing.T) {
|
||||
}
|
||||
|
||||
assert.Equal(t, http.StatusOK, r.StatusCode)
|
||||
assert.Equal(t, createdArticle.ID, response[0].ID)
|
||||
assert.Equal(t, createdArticle.Title, response[0].Title)
|
||||
assert.Equal(t, createdArticle.Body, response[0].Body)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user