Skip to content

Commit

Permalink
test: remove let
Browse files Browse the repository at this point in the history
  • Loading branch information
paradite committed Mar 17, 2019
1 parent b38568b commit ce084da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Server {
this.app.use(async (ctx, next) => {
await next();
this.ctx = ctx;
let mockObj = _.set(this, key, value);
_.set(this, key, value);
});
this.mocked = true;
}
Expand Down

0 comments on commit ce084da

Please sign in to comment.