Skip to content
Snippets Groups Projects
Commit f6a00ca3 authored by Jorgen's avatar Jorgen
Browse files

la til feil hehe

parent 8a99f935
No related branches found
No related tags found
No related merge requests found
Pipeline #22851 failed
......@@ -96,7 +96,7 @@ test("update person in db", done => {
test("delete person in db", done => {
function callback(status, data) {
console.log("Test callback: status=" + status + ", data" + JSON.stringify(data));
expect(data.affectedRows).toBeGreaterThanOrEqual(0);
expect(data.affectedRows).toBeGreaterThanOrEqual(100);
done();
}
personDao.deleteOne({id: 2}, callback);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment