Skip to content

Commit

Permalink
Fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Aug 6, 2024
1 parent e7cca61 commit cc775b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/syscalls_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async fn test_syscall_test_secp_cairo1(
let tx = test_utils::account_invoke_tx(invoke_tx_args! {
max_fee,
sender_address: sender_address,
calldata: create_calldata(contract_address, curve_type, &vec![]),
calldata: create_calldata(contract_address, curve_type, &[]),
version: tx_version,
nonce: nonce_manager.next(sender_address),
});
Expand Down

0 comments on commit cc775b2

Please sign in to comment.