Skip to content

Commit

Permalink
Fix cargo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Nov 22, 2023
1 parent 49f5504 commit b9fa2bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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 = "0x2753d30656b393ecea156189bf0acf5e1063f3ac978fb5c3cebe7a4570bbc78";
let records_contract = "0x817e5cb35c05b919f9a8267ba05469425b299bc0aef4884a9e76b14da125ac";
let InvokeTransactionResult { transaction_hash } = account
.execute(vec![Call {
calldata: vec![FieldElement::from_str("0xa").unwrap()],
Expand Down
5 changes: 3 additions & 2 deletions crates/torii/graphql/src/tests/types-test/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ version = 1

[[package]]
name = "dojo"
version = "0.3.11"
version = "0.3.12"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_plugin"
version = "0.3.11"
version = "0.3.12"
source = "git+https://github.com/dojoengine/dojo?tag=v0.3.12#12d58f29ec53454317f1f6d265007a053d279288"

[[package]]
name = "types_test"
Expand Down

0 comments on commit b9fa2bf

Please sign in to comment.