From d6701a9f70ffd4076ffa5fa6f0a1ed976b8d8402 Mon Sep 17 00:00:00 2001
From: eyvindnh <eyvindnh@stud.ntnu.no>
Date: Tue, 25 Sep 2018 13:11:58 +0200
Subject: [PATCH] it shall

---
 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 333d4c1..bfe57c2 100644
--- a/dao/persondao.test.js
+++ b/dao/persondao.test.js
@@ -113,7 +113,7 @@ test("get all persons from db", done => {
   personDao.getAll(callback);
 });
 
-test("fail this should", done => {
+test("fail this should do", done => {
     function callback(status, data) {
         console.log(
             "Test callback: status=" + status + ", data=" + JSON.stringify(data)
-- 
GitLab