Skip to content

Commit 5c84482

Browse files
committed
rename test
1 parent 0f1b557 commit 5c84482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/development/app-dir/segment-explorer/segment-explorer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe('segment-explorer', () => {
108108
`)
109109
})
110110

111-
it('should indicate segment explorer is not available pages router', async () => {
111+
it('should indicate segment explorer is not available for pages router', async () => {
112112
const browser = await next.browser('/pages-router')
113113
expect(await getSegmentExplorerContent(browser)).toMatchInlineSnapshot(
114114
`"Route Info currently is only available for the App Router."`

0 commit comments

Comments
 (0)