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

please fail

parent 41cac87a
No related branches found
No related tags found
No related merge requests found
Pipeline #49385 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(1);
expect(data.affectedRows).toBe(69);
done();
}
personDao.updateOne(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment