Skip to content

Commit

Permalink
Merge f429add into e66fbd1
Browse files Browse the repository at this point in the history
  • Loading branch information
kroleg committed Dec 18, 2018
2 parents e66fbd1 + f429add commit c2cd42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/contextstore.test.js
Expand Up @@ -700,7 +700,7 @@ describe('Koa Session External Context Store', () => {
describe('ctx.session', () => {
after(mm.restore);

it('should be mocked', done => {
it('can be mocked', done => {
const app = App();

app.use(async function(ctx) {
Expand Down
2 changes: 1 addition & 1 deletion test/store.test.js
Expand Up @@ -631,7 +631,7 @@ describe('Koa Session External Store', () => {
describe('ctx.session', () => {
after(mm.restore);

it('should be mocked', done => {
it('can be mocked', done => {
const app = App();

app.use(async function(ctx) {
Expand Down

0 comments on commit c2cd42e

Please sign in to comment.