Skip to content
Snippets Groups Projects
Commit c2cc6d8e authored by nilstes's avatar nilstes
Browse files

Fikset tstfeil

parent 41381e77
Branches
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ test("get one person from db", done => { ...@@ -28,7 +28,7 @@ test("get one person from db", done => {
"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(1);
expect(data[0].navn).toBe("Heis Sveisen"); expect(data[0].navn).toBe("Hei Sveisen");
done(); done();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment