Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
#37 adicionando dependencias do mocha
Browse files Browse the repository at this point in the history
Signed-off-by: Ezequiel de Oliveira <ezequiel1de1oliveira@gmail.com>
  • Loading branch information
EzequielDeOliveira committed May 12, 2018
1 parent 0a1e76f commit 2de36aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Schedule/Client/test/schedule.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ describe('Routing', function() {
});
});
});
});
})
1 change: 0 additions & 1 deletion Schedule/Server/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,5 @@ seneca()

.add('role:schedule, cmd:error', function error(msg, respond){
respond(null, {success:false, message: 'acesso negado'});

})
})

0 comments on commit 2de36aa

Please sign in to comment.