Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Apr 9, 2024
1 parent 0b8d233 commit 9588dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/grpc/src/server/tests/entities_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async fn test_entities_queries() {
None,
);

let _ = engine.sync_to_head(0).await.unwrap();
let _ = engine.sync_to_head(0, None).await.unwrap();

let (_, receiver) = tokio::sync::mpsc::channel(1);
let grpc =
Expand Down

0 comments on commit 9588dfc

Please sign in to comment.