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

M

parent e6dbb76d
No related branches found
No related tags found
No related merge requests found
Pipeline #49380 passed
......@@ -104,7 +104,7 @@ test("Update person from db", done => {
console.log(
"Test callback: status = " + status + ", data = " + JSON.stringify(data)
);
expect(data.affectedRows).toBeGreaterThanOrEqual(1);
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