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

Commit

Permalink
fix pallet ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Oct 28, 2022
1 parent 450f09d commit e765c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frame/support/test/tests/pallet_ui/attr_non_empty.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: Invalid pallet macro call: expected no attributes, e.g. macro call must be just `#[frame_support::pallet]` or `#[pallet]`
--> $DIR/attr_non_empty.rs:1:26
error: Invalid pallet macro call: unexpected attribute. Macro call must be bare, such as `#[frame_support::pallet]` or `#[pallet]`, or must specify the `dev_mode` attribute, such as `#[frame_support::pallet(dev_mode)]` or #[pallet(dev_mode)]. No other attributes are supported at this time.
--> tests/pallet_ui/attr_non_empty.rs:1:26
|
1 | #[frame_support::pallet [foo]]
| ^^^

0 comments on commit e765c42

Please sign in to comment.