From 98f034814e1fcc0aa7b5370438996d5f0422518a Mon Sep 17 00:00:00 2001 From: Sander Nicolausson <sandern@stud.ntnu.no> Date: Mon, 24 Sep 2018 14:33:39 +0200 Subject: [PATCH] fixes --- dao/persondao.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dao/persondao.test.js b/dao/persondao.test.js index cc379b3..de837f0 100644 --- a/dao/persondao.test.js +++ b/dao/persondao.test.js @@ -100,7 +100,7 @@ test("update person in db", done => { } personDao.updateOne( - {navn: "Kåre Heia", alder: 100, adresse: "Apalveien 11", id: 2 }, + {navn: "Kåre Heia", alder: 100, adresse: "Apalveien 11", id: 1 }, callback ); }); -- GitLab