Skip to content
Snippets Groups Projects
Commit 66d7330c authored by Kristian Nybakken Lund's avatar Kristian Nybakken Lund
Browse files

breaky

parent 5d5e42cd
No related branches found
No related tags found
No related merge requests found
Pipeline #22750 failed
......@@ -92,7 +92,7 @@ test("delete person from db", done => {
test("update person from db", done => {
function callback(status, data){
console.log("Test callback: status:" + status + ", data " + JSON.stringify(data));
expect(data.affectedRows).toBe(3);
expect(data.affectedRows).toBe(4);
done();
}
var val = { navn: "Arnhild", alder: 4, adresse: "Hjemløs", id: 1 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment