Skip to content

Commit

Permalink
test: fix grammar of text case title
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Nov 3, 2021
1 parent 3fba205 commit 129d0b8
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 129d0b8

Please sign in to comment.