test(vod-validator): fixed test

pull/140/head
Yusuke Wada 2023-08-24 15:57:06 +09:00
parent 77b2db96a8
commit 687dc5a6a1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ describe('Basic', () => {
} }
} }
output: { output: {
success: true success: boolean
message: string message: string
} }
} }