Skip to content
Snippets Groups Projects
Commit a7eb3df7 authored by William Andersson's avatar William Andersson
Browse files

fault on purpose

parent ec89363a
Branches
No related tags found
No related merge requests found
Pipeline #22943 passed with warnings
......@@ -109,7 +109,8 @@ test("delete a person", done => {
console.log(
"Test callback: status=" + status + ", data.length=" + data.length
);
expect(data.length).toBeLessThan(3);
//expect(data.length).toBeLessThan(3);
expect(data.length).toBeLessThan(5);
done();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment