Skip to content

Commit

Permalink
use right records_contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Nov 21, 2023
1 parent b895bbc commit 90e3065
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 @@ -289,7 +289,7 @@ pub async fn spinup_types_test() -> Result<SqlitePool> {
execute_strategy(&ws, &migration, &account, None).await.unwrap();

// Execute `create` and insert 10 records into storage
let records_contract = "0x799d4debb5b354c5108135f1d0a4c9482de47215ebaa1f70373d104ce69bf1e";
let records_contract = "0x58eaab9779694efb92b43ccad6dc9b40cd8fc69e3efa97137f1c83af69ca8a1";
let InvokeTransactionResult { transaction_hash } = account
.execute(vec![Call {
calldata: vec![FieldElement::from_str("0xa").unwrap()],
Expand Down

0 comments on commit 90e3065

Please sign in to comment.