Skip to content
Snippets Groups Projects
Commit 5c8bbe30 authored by Name's avatar Name
Browse files

test modified put-method using affectedRows check

parent 3a26ae02
Branches
No related tags found
No related merge requests found
Pipeline #49744 failed
......@@ -85,7 +85,7 @@ test("set values of person in db", done => {
console.log(
"Test callback: status=" + status + ", changed rows=" + JSON.stringify(data)
);
expect(data.changedRows).toBe(1);
expect(data.affectedRows).toBe(1);
done();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment