From db4fe6ccad3ca0f19076fa8b149f12eadca83366 Mon Sep 17 00:00:00 2001
From: Erlend <erlendsu@stud.ntnu.no>
Date: Tue, 25 Sep 2018 14:35:37 +0200
Subject: [PATCH] test slack notifications

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

diff --git a/dao/persondao.test.js b/dao/persondao.test.js
index e4b32de..f2211d8 100644
--- a/dao/persondao.test.js
+++ b/dao/persondao.test.js
@@ -80,6 +80,7 @@ test("get all persons from db", done => {
 
 test("update person in db", done => {
     function callback(status, data) {
+        /*test*/
         console.log(
             "Test callback: status=" + status + ", data=" + JSON.stringify(data)
         );
-- 
GitLab