Skip to content

Commit 1600aab

Browse files
krolegdead-horse
authored andcommitted
test: changed "ctx.session is mockable" tests names to more appropriate (#158)
1 parent e66fbd1 commit 1600aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/contextstore.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ describe('Koa Session External Context Store', () => {
700700
describe('ctx.session', () => {
701701
after(mm.restore);
702702

703-
it('should be mocked', done => {
703+
it('can be mocked', done => {
704704
const app = App();
705705

706706
app.use(async function(ctx) {

test/store.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ describe('Koa Session External Store', () => {
631631
describe('ctx.session', () => {
632632
after(mm.restore);
633633

634-
it('should be mocked', done => {
634+
it('can be mocked', done => {
635635
const app = App();
636636

637637
app.use(async function(ctx) {

0 commit comments

Comments
 (0)