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

La inn tstfeil

parent 93169d48
No related branches found
No related tags found
Loading
......@@ -28,7 +28,7 @@ test("get one person from db", done => {
"Test callback: status=" + status + ", data=" + JSON.stringify(data)
);
expect(data.length).toBe(1);
expect(data[0].navn).toBe("Hei Sveisen");
expect(data[0].navn).toBe("Heis Sveisen");
done();
}
......
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