From 3f775977ce52b1f15985d2da2b3eaf8a908cba30 Mon Sep 17 00:00:00 2001
From: oivindhl <oivindhl@stud.ntnu.no>
Date: Tue, 25 Sep 2018 00:43:58 +0200
Subject: [PATCH] test2

---
 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 520a799..61672c1 100644
--- a/dao/persondao.test.js
+++ b/dao/persondao.test.js
@@ -99,7 +99,7 @@ test("update person from db", done => {
 })
 
 test("delete person from db", done => {
-  function callback(staus, data) {
+  function callback(status, data) {
     console.log(
       "Test callback: status= " + status + ", data=" +JSON.stringify(data)
     );
-- 
GitLab