Skip to content

Commit

Permalink
Fix unit tests failing after multiple runs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kosub committed Oct 3, 2014
1 parent d3daafb commit cfb1583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/shared.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ exports.shouldBehaveLikeNonce = (newStore=()->) =>
@store = newStore()

after () =>
if @store.client
@store.client.flushdb()
if @store.redis
@store.redis.flushdb()



Expand Down

0 comments on commit cfb1583

Please sign in to comment.