Skip to content

Commit

Permalink
Fix from_adress for execution_trace_nested tu
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Dec 3, 2024
1 parent 738c95f commit 8936dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-execution-worker/src/tests/scenarios_mandatories.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3364,7 +3364,7 @@ fn execution_trace_nested() {
SCRuntimeAbiTraceValue {
name: "from_address".to_string(),
value: SCRuntimeAbiTraceType::String(
"AS1aEhosr1ebJJZ7cEMpSVKbY6xp1p4DdXabGb8fdkKKJ6WphGnR".to_string()
"AS1Bc3kZ6LhPLJvXV4vcVJLFRExRFbkPWD7rCg9aAdQ1NGzRwgnu".to_string()
)
},
SCRuntimeAbiTraceValue {
Expand Down

0 comments on commit 8936dc8

Please sign in to comment.