Skip to content

Commit

Permalink
test(e2e-tests): fix adjust values in some e2e tests (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 11, 2021
1 parent f3670f1 commit f52fac6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/endpoints/polkadot/runtime/metadata/6877002.json
Original file line number Diff line number Diff line change
Expand Up @@ -7981,7 +7981,7 @@
{
"name": "batched_calls_limit",
"type": "u32",
"value": "0x0cc30000",
"value": "0x0dd20000",
"docs": [
" The limit on the number of batched calls."
]
Expand Down
18 changes: 18 additions & 0 deletions e2e-tests/endpoints/westend/blocks/5493461.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"tip": null,
"hash": "0xe786c17e052a23715c95476cbcb346237e1cbed4194b7c07b9ac3e9bed97951e",
"info": {},
"era": {
"immortalEra": "0x00"
},
"events": [
{
"method": {
Expand Down Expand Up @@ -103,6 +106,9 @@
"tip": null,
"hash": "0xa5cfd214dc99977d6f2ee880c2f33e0e026c8e48e004b205e5f4e33ac9189f67",
"info": {},
"era": {
"immortalEra": "0x00"
},
"events": [
{
"method": {
Expand Down Expand Up @@ -146,6 +152,12 @@
"class": "Normal",
"partialFee": "15700001585"
},
"era": {
"mortalEra": [
"64",
"17"
]
},
"events": [
{
"method": {
Expand Down Expand Up @@ -219,6 +231,12 @@
"class": "Normal",
"partialFee": "15700001585"
},
"era": {
"mortalEra": [
"64",
"17"
]
},
"events": [
{
"method": {
Expand Down
12 changes: 12 additions & 0 deletions e2e-tests/endpoints/westend/blocks/5495855.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"tip": null,
"hash": "0x44795cd37ecdc669f008e112db799865530f8d6fbf28a264534b886c70f86f77",
"info": {},
"era": {
"immortalEra": "0x00"
},
"events": [
{
"method": {
Expand Down Expand Up @@ -113,6 +116,9 @@
"tip": null,
"hash": "0x45a15de490c1773ed5100c936509a483302f1deead366572623aae69712a573b",
"info": {},
"era": {
"immortalEra": "0x00"
},
"events": [
{
"method": {
Expand Down Expand Up @@ -156,6 +162,12 @@
"class": "Normal",
"partialFee": "15700001585"
},
"era": {
"mortalEra": [
"64",
"43"
]
},
"events": [
{
"method": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/endpoints/westend/runtime/metadata/7417678.json
Original file line number Diff line number Diff line change
Expand Up @@ -4098,7 +4098,7 @@
{
"name": "batched_calls_limit",
"type": "u32",
"value": "0x3c230000",
"value": "0x822d0000",
"docs": [
" The limit on the number of batched calls."
]
Expand Down

0 comments on commit f52fac6

Please sign in to comment.