Skip to content

Commit

Permalink
test: fix grammar of test case title
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Nov 3, 2021
1 parent 16a0ad8 commit bab995f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/middleware-core/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function responseTests(locale = '') {
])
})

it(`${locale} should with response intercepted by deep middleware`, async () => {
it(`${locale} should be intercepted by deep middleware`, async () => {
const res = await fetchViaHTTP(
context.appPort,
`${locale}/responses/deep?deep-intercept=true`
Expand Down

0 comments on commit bab995f

Please sign in to comment.