Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic committed Jan 28, 2025
1 parent 054abd4 commit 2e67ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli_shared/cli/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ impl Default for DaemonConfig {
#[derive(Deserialize, Serialize, PartialEq, Eq, Debug, Clone)]
#[cfg_attr(test, derive(derive_quickcheck_arbitrary::Arbitrary))]
pub struct EventsConfig {
#[cfg_attr(test, arbitrary(gen(|g| u32::arbitrary(g) as _)))]
pub max_filter_results: usize,
pub max_filter_height_range: ChainEpoch,
}
Expand Down

0 comments on commit 2e67ab1

Please sign in to comment.