Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Jun 16, 2023
1 parent 38ff53d commit 0138ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-api/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ mod tests {
pallet_index: 0,
variant: "A".to_string(),
variant_index: 0,
fields: vec![Value::unnamed_composite(vec![Value::u128(1u128)])],
fields: vec![Value::u128(1)],
},
);
assert!(event_details.next().is_none());
Expand Down

0 comments on commit 0138ac6

Please sign in to comment.