Now can do all CRUD and just need search and pagination.
This commit is contained in:
parent
b0ba0c7e16
commit
e178ca6733
5 changed files with 62 additions and 10 deletions
|
@ -36,7 +36,7 @@ func TestAdminIndexPage(t *testing.T) {
|
|||
_, err = data.DB.Exec(sql_query, args...)
|
||||
assert.NoError(err)
|
||||
|
||||
err = admin.Insert(table, val)
|
||||
id, count, err = admin.Insert(table, val)
|
||||
assert.NoError(err, email)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue