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

You can now succeed

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