From cf9c6f4a0485bf62420f6c83868fa3c874d848d7 Mon Sep 17 00:00:00 2001 From: Houtamelo <88971943+Houtamelo@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:59:58 -0300 Subject: [PATCH] Update itest/rust/src/register_tests/rpc_test.rs Co-authored-by: Jan Haller --- itest/rust/src/register_tests/rpc_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itest/rust/src/register_tests/rpc_test.rs b/itest/rust/src/register_tests/rpc_test.rs index 00a89904e..d0ffe9488 100644 --- a/itest/rust/src/register_tests/rpc_test.rs +++ b/itest/rust/src/register_tests/rpc_test.rs @@ -58,7 +58,7 @@ impl RpcTest { } // ---------------------------------------------------------------------------------------------------------------------------------------------- -// Tests ---------------------------------------------------------------------------------------------------------------------------------------- +// Tests // There's no way to check if the method was registered as an RPC. // We could set up a multiplayer environment to test this in practice, but that would be a lot of work.