Skip to content
Snippets Groups Projects
Commit ec89363a authored by William Andersson's avatar William Andersson
Browse files

fix test

parent 5db770fa
No related branches found
No related tags found
No related merge requests found
Pipeline #22938 passed
......@@ -103,7 +103,7 @@ test("update a person", done =>{
test("delete a person", done => {
function callback(status, data) {
personDao.getAll(callback);
personDao.getAll(callback2);
}
function callback2(status, data) {
console.log(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment