Skip to content
Snippets Groups Projects
Commit ecbf0399 authored by Lisa Willa's avatar Lisa Willa
Browse files

make test fail

parent d6774b87
Branches master
No related tags found
No related merge requests found
Pipeline #50056 failed
......@@ -94,7 +94,7 @@ test("deletes a row where id== idIn", done => {
function callback2(status, data) {
expect(data[0].navn).toBe("Heisine Heisen");
expect(data[0].adresse).toBe("Gateveien 7");
expect(data[0].alder).toBe(35);
expect(data[0].alder).toBe(37);
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