From 048308511c72fa77da103e932f9b857a6e5247b9 Mon Sep 17 00:00:00 2001 From: alaningtrump Date: Fri, 3 Jul 2026 11:00:06 +0800 Subject: [PATCH] chore: fix function comment to match actual function name Signed-off-by: alaningtrump --- hscontrol/policy/v2/utils_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hscontrol/policy/v2/utils_test.go b/hscontrol/policy/v2/utils_test.go index 393a3b1f..3a02bc66 100644 --- a/hscontrol/policy/v2/utils_test.go +++ b/hscontrol/policy/v2/utils_test.go @@ -8,7 +8,7 @@ import ( "tailscale.com/tailcfg" ) -// TestParseDestinationAndPort tests the splitDestinationAndPort function using table-driven tests. +// TestSplitDestinationAndPort tests the splitDestinationAndPort function using table-driven tests. func TestSplitDestinationAndPort(t *testing.T) { testCases := []struct { input string