Skip to content
Snippets Groups Projects
Commit 0686ecdd authored by Stian Ådnanes's avatar Stian Ådnanes
Browse files

updated

parent 00c817a7
No related branches found
No related tags found
No related merge requests found
Pipeline #22716 failed
...@@ -99,7 +99,7 @@ test("Delete a person", done =>{ ...@@ -99,7 +99,7 @@ test("Delete a person", done =>{
expect(data.affectedRows).toBeGreaterThanOrEqual(1); expect(data.affectedRows).toBeGreaterThanOrEqual(1);
done(); done();
} }
personDao.deleteOne({id: 2}, personDao.deleteOne({id: 100},
callback callback
); );
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment