Skip to content

Commit

Permalink
chore(builder): add unit tests to bundle_sender
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs committed Jun 19, 2024
1 parent 17d37a7 commit fdab175
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 70 deletions.
2 changes: 1 addition & 1 deletion crates/builder/src/bundle_proposer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ impl<UO: UserOperation> Bundle<UO> {
}
}

#[cfg_attr(test, automock(type UO = rundler_types::v0_6::UserOperation;))]
#[async_trait]
#[cfg_attr(test, automock(type UO = rundler_types::v0_6::UserOperation;))]
pub(crate) trait BundleProposer: Send + Sync + 'static {
type UO: UserOperation;

Expand Down
Loading

0 comments on commit fdab175

Please sign in to comment.