Skip to content

Commit 05223f8

Browse files
test(vue3): normalize RenewEmail spec newline
1 parent 2c15575 commit 05223f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/views/RenewEmail.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ vi.mock('@nextcloud/initial-state', () => ({
4141
}))
4242

4343
vi.mock('@nextcloud/router', () => ({
44-
generateOcsUrl: vi.fn((path: string, params?: Record<string, string>) => path.replace('{uuid}', params?.uuid ?? '')),
44+
generateOcsUrl: vi.fn((path: string, params?: Record<string, string>) => path.replace('{uuid}', params?.uuid ?? '')),
4545
}))
4646

4747
describe('RenewEmail.vue', () => {
@@ -127,4 +127,4 @@ describe('RenewEmail.vue', () => {
127127
expect(wrapper.vm.response).toBe('')
128128
expect(wrapper.vm.hasLoading).toBe(false)
129129
})
130-
})
130+
})

0 commit comments

Comments
 (0)