Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/starknet_os_flow_tests/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ async fn test_new_account_flow(#[values(true, false)] use_kzg_da: bool) {
#[case::use_kzg(true, 5)]
#[case::not_use_kzg(false, 1)]
#[tokio::test]
async fn test_new_class_flow(#[case] use_kzg_da: bool, #[case] n_blocks_in_multi_block: usize) {
async fn test_new_syscalls_flow(#[case] use_kzg_da: bool, #[case] n_blocks_in_multi_block: usize) {
let test_contract = FeatureContract::TestContract(CairoVersion::Cairo1(RunnableCairo1::Casm));
let test_class_hash = get_class_hash_of_feature_contract(test_contract);
let (mut test_manager, [main_contract_address, contract_address2]) =
Expand Down
Loading