Skip to content

Commit 5c68bc0

Browse files
committed
test(settings): update DocMDP spec import after component move
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f9cfb58 commit 5c68bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/views/Settings/DocMDP.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const NcCheckboxRadioSwitchStub = {
5050
}
5151

5252
beforeAll(async () => {
53-
;({ default: DocMDP } = await import('../../../views/Settings/DocMDP.vue'))
53+
;({ default: DocMDP } = await import('../../../views/Settings/PolicyWorkbench/settings/docmdp/DocMDP.vue'))
5454
})
5555

5656
describe('DocMDP', () => {

0 commit comments

Comments
 (0)