-
Notifications
You must be signed in to change notification settings - Fork 596
Open
Labels
Description
Description
When a chain is removed from the Superchain Registry tests in the Nethermind.Runner.Test project can fail due to "Dictionary mismatch".
Steps to Reproduce
- Include some chain
x-l1in the Superchain Registry - Run our action to generate and update Superchain configs: https://github.com/NethermindEth/nethermind/actions/workflows/update-superchain.yml
- Merge the generated configs
- Delete the chain
x-l1from the Superchain Registry - Run the
Nethermind.Runner.Testproject.
Actual behavior
The test suite fails due to a "Dictionary Mismatch"
Expected behavior
There should be no errors, and tests should continue to work.
Additional context
This issue has showed up recently in these workflows: