Skip to content
Snippets Groups Projects
Commit f06baed9 authored by Lars Olsnes Østmo-Sæter's avatar Lars Olsnes Østmo-Sæter
Browse files

Update persondao.test.js

parent e1465382
No related branches found
No related tags found
No related merge requests found
Pipeline #50045 failed
......@@ -99,7 +99,7 @@ test("get all persons from db", done => {
console.log(
"Test callback: status=" + status + ", data.length=" + data.length
);
expect(data.length).toBe(2);
expect(data.length).toBe(2000);
done();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment