diff --git a/src/tests/rust_guests/simpleguest/src/main.rs b/src/tests/rust_guests/simpleguest/src/main.rs index 6382cacd7..2ce10f1fa 100644 --- a/src/tests/rust_guests/simpleguest/src/main.rs +++ b/src/tests/rust_guests/simpleguest/src/main.rs @@ -395,7 +395,7 @@ fn print_eleven_args(function_call: &FunctionCall) -> Result> { } else { Err(HyperlightGuestError::new( ErrorCode::GuestFunctionParameterTypeMismatch, - "Invalid parameters passed to print_ten_args".to_string(), + "Invalid parameters passed to print_eleven_args".to_string(), )) } }