Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baitcode committed Dec 11, 2024
1 parent d6504e9 commit 5f32326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/staker_test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ use starknet::{
pub(crate) fn setup(amount: u256) -> (IStakerDispatcher, IERC20Dispatcher) {
let token = deploy_token(get_contract_address(), amount);

let classHash: ClassHash = Staker::TEST_CLASS_HASH.try_into().unwrap();
let class_hash: ClassHash = Staker::TEST_CLASS_HASH.try_into().unwrap();

let (staker_address, _) = deploy_syscall(
classHash,
class_hash,
0,
array![token.contract_address.into()].span(),
true,
Expand Down

0 comments on commit 5f32326

Please sign in to comment.