Skip to content

Commit

Permalink
Fix issue with assert_last_event
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoAlexandre committed Oct 11, 2023
1 parent 57f849f commit 2100a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ development-runtime = { path = "runtime/development", default-features = false }
runtime-common = { path = "runtime/common" }

# benchmarking
frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.43" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.43" }
frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.43" }
# integration testing
runtime-integration-tests = { path = "runtime/integration-tests", optional = true, default-features = false }
Expand Down

0 comments on commit 2100a72

Please sign in to comment.