We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1079c commit a6017a0Copy full SHA for a6017a0
tee-worker/ts-tests/vc.test.ts
@@ -71,10 +71,11 @@ describeLitentry('VC test', async (context) => {
71
72
resp_request_error.map((item: any) => {
73
const result = item.toHuman().data.reason;
74
+ console.log('---------VC request error----------', result);
75
76
assert(
77
result.search('User shielding key is missing') !== -1,
- 'remove twitter should fail with reason `User shielding key is missing`'
78
+ 'requestVc should fail with reason `User shielding key is missing`'
79
);
80
});
81
0 commit comments