From 9fa2c9a14c5e4c58fd7384c212c907d85db1c2cc Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 27 Dec 2022 15:22:14 +0100 Subject: [PATCH] test: fix --- packages/router/__tests__/warnings.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/__tests__/warnings.spec.ts b/packages/router/__tests__/warnings.spec.ts index 0ed5c599..f7be9623 100644 --- a/packages/router/__tests__/warnings.spec.ts +++ b/packages/router/__tests__/warnings.spec.ts @@ -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() }) -- 2.47.2