Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Aug 29, 2024
1 parent 64ef051 commit e08ea46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/katana/rpc/rpc/tests/starknet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ async fn deploy_account(
}
);

// Verify the `getClassHashAt` returns the same class hash that we use for the account deployment
// Verify the `getClassHashAt` returns the same class hash that we use for the account
// deployment
let res = provider.get_class_hash_at(BlockId::Tag(BlockTag::Pending), computed_address).await?;
assert_eq!(res, class_hash);

Expand Down

0 comments on commit e08ea46

Please sign in to comment.