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

Lita feil

parent 115cbe5f
No related branches found
No related tags found
No related merge requests found
Pipeline #22434 passed
......@@ -97,6 +97,6 @@ test("update one Person from db", done => {
expect(data.affectedRows).toBeGreaterThanOrEqual(1);
done();
}
personDao.updateOne({ navn: "Nils Nilsen", alder: 44, adresse: "Gata 3", gid: 5},callback)
personDao.updateOne({ navn: "Nils Nilsen", alder: 44, adresse: "Gata 3", gid: 1},callback)
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment