Skip to content
Snippets Groups Projects
Commit 023597fd authored by Ingelin Garmann's avatar Ingelin Garmann
Browse files

test

parent ca9fe5bc
No related branches found
No related tags found
No related merge requests found
Pipeline #22900 failed
...@@ -43,7 +43,7 @@ test("get one person from db", async (done) => { ...@@ -43,7 +43,7 @@ test("get one person from db", async (done) => {
console.log( console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data) "Test callback: status=" + status + ", data=" + JSON.stringify(data)
); );
expect(data.length).toBe(1); expect(data.length).toBe(3);
expect(data[0].navn).toBe("Hei Heisen"); expect(data[0].navn).toBe("Hei Heisen");
done(); done();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment