Fix test description from 'enter-nonce' to 'change-password'

This commit is contained in:
Wolfgang Huß 2022-08-27 16:42:11 +02:00
parent 3f94fe189b
commit 1252e79be2

View File

@ -1,9 +1,9 @@
import { mount } from '@vue/test-utils'
import changePassword from './change-password.vue'
import changePassword from './change-password'
const localVue = global.localVue
describe('enter-nonce.vue', () => {
describe('change-password', () => {
let wrapper
let mocks