]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: fix
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 27 Dec 2022 14:22:14 +0000 (15:22 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 27 Dec 2022 14:22:14 +0000 (15:22 +0100)
packages/router/__tests__/warnings.spec.ts

index 0ed5c599cb8248ddacc4d6f6e8d5e20bb7e17336..f7be962375242debcdeabbff0288eb0e84934d32 100644 (file)
@@ -266,7 +266,7 @@ describe('warnings', () => {
 
     await router.push('/b').catch(() => {})
     expect(
-      'Detected an infinite redirection in a navigation guard when going from "/" to "/b"'
+      'Detected a possibly infinite redirection in a navigation guard when going from "/" to "/b"'
     ).toHaveBeenWarned()
   })