Skip to content
Snippets Groups Projects
Commit e9344b23 authored by Sander Nicolausson's avatar Sander Nicolausson
Browse files

la til feil

parent ddae25fd
Branches master
No related tags found
No related merge requests found
Pipeline #22852 failed
......@@ -84,7 +84,7 @@ test("update person in db", done => {
console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data)
);
expect(data.affectedRows).toBeGreaterThanOrEqual(1);
expect(data.affectedRows).toBeGreaterThanOrEqual(500); //Skal feile
done();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment