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

Commit 4b3e0d6

Browse files
committed
Update test values
1 parent f754004 commit 4b3e0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cairo_1_syscalls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3136,7 +3136,7 @@ fn library_call_recursive_50_calls() {
31363136
let mut resources_manager = ExecutionResourcesManager::default();
31373137
let expected_execution_resources_internal_call = ExecutionResources {
31383138
#[cfg(not(feature = "cairo_1_tests"))]
3139-
n_steps: 84,
3139+
n_steps: 80,
31403140
#[cfg(feature = "cairo_1_tests")]
31413141
n_steps: 85,
31423142
n_memory_holes: 5,

0 commit comments

Comments
 (0)