Skip to content

Commit

Permalink
clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 27, 2024
1 parent 4ec379c commit d393896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/core/src/sql_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub async fn setup_sqlite_pool(world_address: Felt) -> Result<Sql, Box<dyn std::
executor.run().await.unwrap();
});

let db = Sql::new(pool.clone(), world_address, sender).await.unwrap();
let db = Sql::new(pool.clone(), world_address, sender.clone()).await.unwrap();

Ok(db)
}
Expand Down

0 comments on commit d393896

Please sign in to comment.