From 5883b18a93272ee46ba97ff54c5cd0166ba61011 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 7 Mar 2022 20:36:14 +0100 Subject: [PATCH] correct link in comment --- frontend/src/pages/ResetPassword.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ResetPassword.spec.js b/frontend/src/pages/ResetPassword.spec.js index 04bd11f79..814d97bcb 100644 --- a/frontend/src/pages/ResetPassword.spec.js +++ b/frontend/src/pages/ResetPassword.spec.js @@ -4,7 +4,7 @@ import flushPromises from 'flush-promises' import { toastErrorSpy } from '@test/testSetup' -// validation is tested in src/components/UserCard_FormUserPasswort.spec.js +// validation is tested in src/components/UserSettings/UserPassword.spec.js const localVue = global.localVue