Skip to content
Snippets Groups Projects
Commit a28c13a3 authored by Anders Hallem Iversen's avatar Anders Hallem Iversen
Browse files

Made new tests in persondao

parent 3367fa38
No related branches found
No related tags found
No related merge requests found
Pipeline #22420 passed
...@@ -92,7 +92,7 @@ test("UPDATE person", done => { ...@@ -92,7 +92,7 @@ test("UPDATE person", done => {
}); });
}); });
test("DELETE person test", done => { test("DELETE person", done => {
personDao.getAll((status, data) => { personDao.getAll((status, data) => {
personDao.deleteOne(1, (status, data2) => { personDao.deleteOne(1, (status, data2) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment