Skip to content
Snippets Groups Projects
Commit 4e34d814 authored by Eric Younger's avatar Eric Younger
Browse files

update

parent f4f3f90b
No related branches found
No related tags found
No related merge requests found
Pipeline #49293 passed
......@@ -93,5 +93,5 @@ test("update one person from db", done =>{
expect(data.affectedRows).toBe(1);
done();
}
personDao.updateOne({navn : "Eric Younger", adresse : "Tullegata 123", alder : 29, id: 1},callback);
personDao.updateOne({navn : "Eric Younger", adresse : "Tullegata 123", alder : 29, id: 2},callback);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment