From 7cd1922336eb7cb1abdd0dddfeb21d6902e18a60 Mon Sep 17 00:00:00 2001 From: Sander Nicolausson <sandern@stud.ntnu.no> Date: Mon, 24 Sep 2018 14:22:38 +0200 Subject: [PATCH] fixes --- 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 f339566..1f00ec4 100644 --- a/dao/persondao.test.js +++ b/dao/persondao.test.js @@ -104,4 +104,4 @@ test("update person in db", done => { 0, callback ); -}) +}); -- GitLab