Skip to content

Commit

Permalink
added Debug trait for EmittedEvent (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 authored and HCastano committed Jan 23, 2023
1 parent ed1f712 commit f3340ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/src/test_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::{
use std::collections::HashMap;

/// Record for an emitted event.
#[derive(Clone)]
#[derive(Debug, Clone)]
pub struct EmittedEvent {
/// Recorded topics of the emitted event.
pub topics: Vec<Vec<u8>>,
Expand Down

0 comments on commit f3340ee

Please sign in to comment.