We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6c1a9 commit c75adbbCopy full SHA for c75adbb
src/tests/rust_guests/simpleguest/src/main.rs
@@ -395,7 +395,7 @@ fn print_eleven_args(function_call: &FunctionCall) -> Result<Vec<u8>> {
395
} else {
396
Err(HyperlightGuestError::new(
397
ErrorCode::GuestFunctionParameterTypeMismatch,
398
- "Invalid parameters passed to print_ten_args".to_string(),
+ "Invalid parameters passed to print_eleven_args".to_string(),
399
))
400
}
401
0 commit comments