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

Update persondao.test.js

parent f06baed9
No related branches found
No related tags found
No related merge requests found
Pipeline #63675 passed
......@@ -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(2000);
expect(data.length).toBe(2);
done();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment