Skip to content

Commit

Permalink
adjust todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Jul 12, 2023
1 parent 9572d54 commit 3f7aed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/xcm/filters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ mod tests {
use codec::Encode;
use frame_support::pallet_prelude::Weight;

//TODO: add more
//TODO: consider what others needs to be filtered out then add them to this test
#[test]
fn xcm_execute_filter_should_not_allow_transact() {
let call = crate::RuntimeCall::System(frame_system::Call::remark { remark: Vec::new() }).encode();
Expand Down

0 comments on commit 3f7aed0

Please sign in to comment.