Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Oct 16, 2023
1 parent cb89df4 commit dde42c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/src/dispatch_precompile_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ fn test_incorrect_dispatch_info_fails() {
struct Filter;
struct AccountId;
enum RuntimeCall {
System,
DappsStaking,
}
impl GetDispatchInfo for RuntimeCall {
Expand All @@ -204,7 +203,6 @@ fn test_incorrect_dispatch_info_fails() {
fn contains(t: &RuntimeCall) -> bool {
match t {
RuntimeCall::DappsStaking => true,
_ => false,
}
}
}
Expand Down

0 comments on commit dde42c1

Please sign in to comment.