Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Apr 9, 2024
1 parent dd77e94 commit 8080b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/graphql/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ pub async fn spinup_types_test() -> Result<SqlitePool> {
None,
);

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

Ok(pool)
}

0 comments on commit 8080b8d

Please sign in to comment.