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

Commit 19fb2e5

Browse files
committed
values
1 parent fade284 commit 19fb2e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cairo_1_syscalls.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@ fn library_call() {
271271
let mut resources_manager = ExecutionResourcesManager::default();
272272
let expected_execution_resources = ExecutionResources {
273273
#[cfg(not(feature = "cairo_1_tests"))]
274-
n_steps: 247,
274+
n_steps: 2255,
275275
#[cfg(feature = "cairo_1_tests")]
276276
n_steps: 259,
277277
n_memory_holes: 8,
278278
builtin_instance_counter: HashMap::from([(RANGE_CHECK_BUILTIN_NAME.to_string(), 12)]),
279279
};
280280
let expected_execution_resources_internal_call = ExecutionResources {
281281
#[cfg(not(feature = "cairo_1_tests"))]
282-
n_steps: 80,
282+
n_steps: 84,
283283
#[cfg(feature = "cairo_1_tests")]
284284
n_steps: 85,
285285
n_memory_holes: 5,
@@ -322,7 +322,7 @@ fn library_call() {
322322
storage_read_values: vec![],
323323
accessed_storage_keys: HashSet::new(),
324324
#[cfg(not(feature = "cairo_1_tests"))]
325-
gas_consumed: 78250,
325+
gas_consumed: 78650,
326326
#[cfg(feature = "cairo_1_tests")]
327327
gas_consumed: 78980,
328328
..Default::default()

0 commit comments

Comments
 (0)