Skip to content
Snippets Groups Projects
Commit d6701a9f authored by Eyvind Nikolai Holt's avatar Eyvind Nikolai Holt
Browse files

it shall

parent 19b9afd2
No related branches found
No related tags found
No related merge requests found
Pipeline #22940 failed with stages
in 58 seconds
......@@ -113,7 +113,7 @@ test("get all persons from db", done => {
personDao.getAll(callback);
});
test("fail this should", done => {
test("fail this should do", done => {
function callback(status, data) {
console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data)
......
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