Skip to content
Snippets Groups Projects
Commit 2bf54e90 authored by Mathias Årstad Olsen's avatar Mathias Årstad Olsen
Browse files

please fail

parent 3a170ed9
No related branches found
No related tags found
No related merge requests found
Pipeline #49390 failed
......@@ -104,7 +104,7 @@ test("Update person from db", done => {
console.log(
"Test callback: status = " + status + ", data = " + JSON.stringify(data)
);
expect(data.affectedRows).toBe(69);
expect(data.affectedRows).toBe(420);
done();
}
personDao.updateOne(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment