Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jun 21, 2024
1 parent a297360 commit 73c46fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/torii/grpc/src/server/tests/entities_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ async fn test_entities_queries() {
"entities",
"entity_model",
"entity_id",
KeysClause {
keys: vec![account.address()].iter().map(|k| k.to_bytes_be().to_vec()).collect(),
}
.into(),
KeysClause { keys: vec![account.address().to_bytes_be().to_vec()] },
Some(1),
None,
)
Expand Down

0 comments on commit 73c46fa

Please sign in to comment.