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

Endret test description

parent a28c13a3
No related branches found
No related tags found
No related merge requests found
Pipeline #22421 passed
......@@ -92,7 +92,7 @@ test("UPDATE person", done => {
});
});
test("DELETE person", done => {
test("DELETE person test", done => {
personDao.getAll((status, data) => {
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