Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 14, 2024
1 parent c210a64 commit 6a3ed4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/torii/graphql/src/tests/subscription_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ mod tests {
block_timestamp,
entity_id,
model_id,
&keys_str,
Some(&keys_str),
)
.await
.unwrap();
Expand Down Expand Up @@ -233,7 +233,7 @@ mod tests {
block_timestamp,
entity_id,
model_id,
&keys_str,
Some(&keys_str),
)
.await
.unwrap();
Expand Down

0 comments on commit 6a3ed4a

Please sign in to comment.