polkadot-fellows / runtimes

The various runtimes which make up the core subsystems of networks for which the Fellowship is represented.
GNU General Public License v3.0
125 stars 72 forks source link

Snowbridge test fixes #326

Closed claravanstaden closed 1 month ago

claravanstaden commented 1 month ago

Updates Snowbridge Kusama and Polkadot runtime integration tests. Todo:

claravanstaden commented 1 month ago

@ggwpez I have fixed the Snowbridge integration tests and also updated the runtime tests. I don't directly know what's happening here: https://github.com/Snowfork/runtimes/blob/snowbridge-test-fixes/integration-tests/emulated/tests/assets/asset-hub-polkadot/src/tests/reserve_transfer.rs#L477 But I can have a look at it in a separate PR, this PR is just focused on the Snowbridge tests.

ggwpez commented 1 month ago

All fixed, great 🙏

I have fixed the Snowbridge integration tests and also updated the runtime tests. I don't directly know what's happening here: https://github.com/Snowfork/runtimes/blob/snowbridge-test-fixes/integration-tests/emulated/tests/assets/asset-hub-polkadot/src/tests/reserve_transfer.rs#L477 But I can have a look at it in a separate PR, this PR is just focused on the Snowbridge tests.

I will check what part i deleted there