Remove redis keys used in tests after each test

This commit is contained in:
Raul Ochoa
2015-09-25 14:08:59 +02:00
parent fa7288e03e
commit 8339e4a4cb

View File

@@ -11,7 +11,7 @@ describe('template_maps', function() {
// configure redis pool instance to use in tests
var redis_pool = new RedisPool(global.environment.redis);
after(function(done) {
afterEach(function(done) {
testHelper.deleteRedisKeys({
'map_tpl|me': 0,
'map_tpl|you': 0