Unit tests for EVM template (#391)

* EVM unit tests

* fmt & clippy

* toml sort

* fix assert_matches & warnings

* fix fmt

* fix clippy
This commit is contained in:
Nikita Khateev
2024-12-23 21:30:13 +04:00
committed by GitHub
parent 76340e96a5
commit f30d5758d7
10 changed files with 828 additions and 0 deletions
+1
View File
@@ -112,6 +112,7 @@ xcm-primitives = { workspace = true }
[dev-dependencies]
ethereum = { workspace = true }
polkadot-runtime-parachains = { workspace = true }
sp-io = { workspace = true }
sp-tracing = { workspace = true }