Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Feb 14, 2025
1 parent 7912936 commit 179c767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/torii/indexer/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ async fn test_load_from_remote_erc1155(sequencer: &RunnerCtx) {
other_account.address(),
rewards_address,
rewards_address,
u256_to_sql_string(&U256::from(token_id as u32))
u256_to_sql_string(&U256::from(token_id))
)
.as_str(),
)
Expand All @@ -613,7 +613,7 @@ async fn test_load_from_remote_erc1155(sequencer: &RunnerCtx) {
account.address(),
rewards_address,
rewards_address,
u256_to_sql_string(&U256::from(token_id as u32))
u256_to_sql_string(&U256::from(token_id))
)
.as_str(),
)
Expand Down

0 comments on commit 179c767

Please sign in to comment.