Skip to content

Commit

Permalink
fix(tests): fix broken proxyquire path in redis test
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Aug 22, 2019
1 parent 695ded5 commit 86621f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/test/local/redis.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('lib/redis:', () => {
};
fxaShared = sinon.spy(() => redis);
wrapper = proxyquire(`${LIB_DIR}/redis`, {
'../../../fxa-shared/redis': fxaShared,
'../../fxa-shared/redis': fxaShared,
})(config, log);
});

Expand Down

0 comments on commit 86621f2

Please sign in to comment.