Skip to content
Snippets Groups Projects
Commit a28a788d authored by Erlend Sundøy's avatar Erlend Sundøy
Browse files

nice bra sakær

parent 7aedf13b
No related branches found
No related tags found
No related merge requests found
Pipeline #22794 passed with stages
in 2 minutes and 44 seconds
......@@ -83,7 +83,7 @@ test("update person in db", done => {
console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data)
);
expect(data[0].navn).toBe("Olav Olavsen");
expect(data.changedRows).toBe(1);
done();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment