diff --git a/dao/persondao.test.js b/dao/persondao.test.js
index bfe57c23e51112861782e852674ed3ee0accdd30..6f1d3afa18a6f7fbbaffbc3251a8016168ebedb8 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 do", done => {
+test("fail this should do ho", done => {
     function callback(status, data) {
         console.log(
             "Test callback: status=" + status + ", data=" + JSON.stringify(data)