From fffb2363c9454145d8e949dc28bbddc43af65f3a Mon Sep 17 00:00:00 2001
From: William Andersson <williaan@stud.ntnu.no>
Date: Tue, 25 Sep 2018 13:18:43 +0200
Subject: [PATCH] actual fault this time

---
 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 44b43e3..486d2a0 100644
--- a/dao/persondao.test.js
+++ b/dao/persondao.test.js
@@ -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();
   }
   
-- 
GitLab