Skip to content

Commit

Permalink
fix: typos (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian authored and whxaxes committed Jun 17, 2019
1 parent b1cb533 commit 4ca6273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/tutorials/sequelize.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Then we can start writing real test cases:
// test/app/controller/users.test.js
const { assert, app } = require('egg-mock/bootstrap');

describe('test/app/service/users.test.js', () => {
describe('test/app/controller/users.test.js', () => {
describe('GET /users', () => {
it('should work', async () => {
// Quickly create some users object into the database via factory-girl
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/tutorials/sequelize.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ afterEach(async () => {
// test/app/controller/users.test.js
const { assert, app } = require('egg-mock/bootstrap');

describe('test/app/service/users.test.js', () => {
describe('test/app/controller/users.test.js', () => {
describe('GET /users', () => {
it('should work', async () => {
// 通过 factory-girl 快速创建 user 对象到数据库中
Expand Down

0 comments on commit 4ca6273

Please sign in to comment.