Skip to content
Snippets Groups Projects
Commit 83411a51 authored by Rune Vedøy's avatar Rune Vedøy
Browse files

pusher for å feile

parent 300519b4
No related branches found
No related tags found
No related merge requests found
Pipeline #22862 failed
......@@ -92,7 +92,7 @@ test("Update 1 person from db", done=>{
test("delete person from db", done => {
function callback(status,data) {
console.log("Testing callback: status= " + status+", data= "+JSON.stringify(data));
expect(data.affectedRows).toBe(10);
expect(data.affectedRows).toBe(11);
done();
}
personDao.deleteOne({id : 3},callback)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment