Skip to content
Snippets Groups Projects
Commit a646399a authored by Øivind Haugerøy Larsson's avatar Øivind Haugerøy Larsson
Browse files

plisfunk

parent e0d9bbb2
Branches issue-10-fxmapcontrol
No related tags found
No related merge requests found
Pipeline #22825 passed
......@@ -75,6 +75,9 @@ test("get all persons from db", done => {
done();
}
personDao.getAll(callback);
});
test("update person from db", done => {
function callback(status, data) {
personDao.getOne(2, getCallback);
......@@ -94,5 +97,3 @@ test("get all persons from db", done => {
callback
);
})
\ No newline at end of file
personDao.getAll(callback);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment