Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 24d564c

Browse files
committed
fix
1 parent 981cf12 commit 24d564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction/invoke_function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ mod tests {
506506
utils::calculate_sn_keccak,
507507
};
508508
use cairo_lang_starknet::casm_contract_class::CasmContractClass;
509-
use num_traits::Num;
509+
use num_traits::{Num, One};
510510
use starknet_api::{
511511
core::{ContractAddress, Nonce, PatriciaKey},
512512
hash::{StarkFelt, StarkHash},

0 commit comments

Comments
 (0)