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

actual fault this time

parent a7eb3df7
Branches master
No related tags found
No related merge requests found
Pipeline #22944 failed
......@@ -110,7 +110,7 @@ test("delete a person", done => {
"Test callback: status=" + status + ", data.length=" + data.length
);
//expect(data.length).toBeLessThan(3);
expect(data.length).toBeLessThan(5);
expect(data.length).toBeLessThan(2);
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