Skip to content

Commit

Permalink
Update polkadot/runtime/common/src/claims.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <git@kchr.de>
  • Loading branch information
ggwpez and bkchr authored Jan 9, 2024
1 parent 7cb1ed6 commit cfaf278
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions polkadot/runtime/common/src/claims.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1467,12 +1467,6 @@ mod tests {
);
});
}

#[test]
fn prevalidate_assets_is_send_and_sync() {
fn is_send_and_sync<T: Send + Sync>() {}
is_send_and_sync::<PrevalidateAttests<Test>>();
}
}

#[cfg(feature = "runtime-benchmarks")]
Expand Down

0 comments on commit cfaf278

Please sign in to comment.