Skip to content

Commit 9fa2c9a

Browse files
committed
test: fix
1 parent 376edd3 commit 9fa2c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/__tests__/warnings.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('warnings', () => {
266266

267267
await router.push('/b').catch(() => {})
268268
expect(
269-
'Detected an infinite redirection in a navigation guard when going from "/" to "/b"'
269+
'Detected a possibly infinite redirection in a navigation guard when going from "/" to "/b"'
270270
).toHaveBeenWarned()
271271
})
272272

0 commit comments

Comments
 (0)