Skip to content

Commit fd2ca4e

Browse files
committed
Rename TestConfig param relayOrPara to blockProvider
1 parent 3775117 commit fd2ca4e

36 files changed

Lines changed: 1653 additions & 279 deletions

packages/kusama/src/__snapshots__/coretimeKusama.proxy.e2e.test.ts.snap

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,17 @@ exports[`Kusama Coretime Proxy > create and kill pure proxies > events when kill
222222
[
223223
{
224224
"data": {
225-
"result": {
226-
"Err": {
227-
"Module": {
228-
"error": "0x05000000",
229-
"index": 42,
230-
},
231-
},
232-
},
225+
"disambiguationIndex": 0,
226+
"proxyType": "Any",
227+
"pure": "GV8GWLDsikzsf9uSKwvZu5G415z9f5CUuSPTQoDxnELtQuf",
228+
"spawner": "D8ew585BL5H1ALhn4kmJoxhgqcgKDZLPc6xunJNv4mmrBns",
229+
},
230+
"method": "PureKilled",
231+
"section": "proxy",
232+
},
233+
{
234+
"data": {
235+
"result": "Ok",
233236
},
234237
"method": "ProxyExecuted",
235238
"section": "proxy",
@@ -1901,3 +1904,15 @@ exports[`Kusama Coretime Proxy > proxy announcement lifecycle test > events when
19011904
},
19021905
]
19031906
`;
1907+
1908+
exports[`Kusama Coretime Proxy > proxy announcement lifecycle test > events when Bob performs the announced proxy call 1`] = `
1909+
[
1910+
{
1911+
"data": {
1912+
"result": "Ok",
1913+
},
1914+
"method": "ProxyExecuted",
1915+
"section": "proxy",
1916+
},
1917+
]
1918+
`;

0 commit comments

Comments
 (0)