Skip to content

Commit

Permalink
test: changed "ctx.session is mockable" tests names to more appropria…
Browse files Browse the repository at this point in the history
…te (#158)
  • Loading branch information
kroleg authored and dead-horse committed Dec 18, 2018
1 parent e66fbd1 commit 1600aab
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 1600aab

Please sign in to comment.