Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add invalid pallet arg test
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Oct 27, 2022
1 parent bb71c7f commit 5058420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frame/support/test/tests/pallet_ui/pallet_invalid_arg.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pub use pallet::*;

#[pallet(foo)]
pub mod pallet {}

0 comments on commit 5058420

Please sign in to comment.