Skip to content
Snippets Groups Projects
Commit 741f91c4 authored by Fredrik Monsen's avatar Fredrik Monsen
Browse files

Test-check

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