Skip to content
Snippets Groups Projects
Commit ee4476f9 authored by Lars Sørlie's avatar Lars Sørlie
Browse files

Dying

parent 1948119b
No related branches found
No related tags found
No related merge requests found
Pipeline #22400 failed
...@@ -96,7 +96,7 @@ test("update one Person from db", done => { ...@@ -96,7 +96,7 @@ test("update one Person from db", done => {
); );
expect(data).toBe({ navn: "Nils Nilsen", alder: 34, adresse: "Gata 3"}); expect(data).toBe({ navn: "Nils Nilsen", alder: 34, adresse: "Gata 3"});
done(); done();
} }//Hate
personDao.updateOne(1,{ navn: "Nils Nilsen", alder: 34, adresse: "Gata 3"},callback) personDao.updateOne(1,{ navn: "Nils Nilsen", alder: 34, adresse: "Gata 3"},callback)
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment