Skip to content
Snippets Groups Projects
Commit 529d2a56 authored by Jonas Kristoffersen's avatar Jonas Kristoffersen
Browse files

Boiii

parent d559fcac
No related branches found
No related tags found
No related merge requests found
Pipeline #22995 failed
......@@ -97,7 +97,7 @@ test("Update one person in db", done => {
done();
}
personDao.updateOne({ navn: "Oppdatert Nilsen", alder: 99, adresse: "Gata 3", id:0 }, callback);
personDao.updateOne(1, { navn: "Oppdatert Nilsen", alder: 99, adresse: "Gata 3"}, callback);
});
test("get all persons from db", done => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment