mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-28 20:28:00 +00:00
chore: fix function comment to match actual function name
Signed-off-by: alaningtrump <alaningtrump@outlook.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user