Skip to content
Snippets Groups Projects
Commit f44471a9 authored by Kevin Mentzoni Halvarsson's avatar Kevin Mentzoni Halvarsson
Browse files

Fixed previous error

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