Skip to content

Commit

Permalink
nit: renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ts0yu authored Sep 23, 2024
1 parent 9430330 commit b7d71c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/template_strategy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ use arena_core::{
};
use async_trait::async_trait;

struct StrategyMock;
struct TemplateStrategy;

#[async_trait]
impl<T> Strategy<T> for StrategyMock {
impl<T> Strategy<T> for TemplateStrategy {
async fn init(
&self,
provider: AnvilProvider,
Expand Down

0 comments on commit b7d71c7

Please sign in to comment.