Skip to content
Snippets Groups Projects
Commit 4fe0d0dc authored by Kristoffer Vanebo's avatar Kristoffer Vanebo :sleeping:
Browse files

try deleting nonexisting person

parent 39440c55
No related branches found
No related tags found
No related merge requests found
Pipeline #50089 failed
......@@ -104,5 +104,5 @@ test("delete person from db", done => {
done();
}
personDao.deleteOne(3, callback);
personDao.deleteOne(4, callback);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment