Skip to content

Commit

Permalink
🦖 fix ui test (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones authored Nov 29, 2023
1 parent bc6045b commit e84a87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ink/tests/ui/event/fail/generics.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[derive(ink::Event, scale::Encode)]
#[derive(ink::Event)]
pub struct Event<T> {
#[ink(topic)]
pub topic: T,
Expand Down

0 comments on commit e84a87c

Please sign in to comment.