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

Fixed my fckup for reals

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