mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-07 16:40:21 +09: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