From e59a27c08250cb576a15c859a35afd9c5003cea0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20Olsnes=20=C3=98stmo-S=C3=A6ter?=
 <larsoos@stud.ntnu.no>
Date: Thu, 26 Sep 2019 10:40:45 +0200
Subject: [PATCH] Update persondao.test.js

---
 dao/persondao.test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dao/persondao.test.js b/dao/persondao.test.js
index 8e8cb6b..e991c19 100644
--- a/dao/persondao.test.js
+++ b/dao/persondao.test.js
@@ -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();
   }
 
-- 
GitLab