Skip to content
Snippets Groups Projects
Commit dcdd45ea authored by Shanshan Qu's avatar Shanshan Qu
Browse files

fixed

parent f5126697
Branches
No related tags found
No related merge requests found
Pipeline #22747 failed
......@@ -111,7 +111,7 @@ test("delete person from db", done => {
console.log(
"Test callback: status=" + status + ", data.length=" + JSON.stringify(data)
);
expect(data.affectedRows).toEqual(1);
expect(data.affectedRows).toEqual(0);
done();
}
personDao.deleteOne(3,callback);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment