Skip to content

Commit

Permalink
removed flushing redis twice
Browse files Browse the repository at this point in the history
  • Loading branch information
shriramshankar committed Aug 16, 2017
1 parent 16fdda6 commit e469820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cache/models/samples/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe(`api::redisEnabled::GET ${path}`, () => {

before(rtu.populateRedis);
after(rtu.forceDelete);
after(rtu.flushRedis);
after(() => tu.toggleOverride('enableRedisSampleStore', false));

it('updatedAt and createdAt fields have the expected format', (done) => {
Expand Down

0 comments on commit e469820

Please sign in to comment.