mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-22 07:29:17 +00:00
chore: fix function comment to match actual function name
Signed-off-by: alaningtrump <alaningtrump@outlook.com>
This commit is contained in:
parent
a84945f134
commit
28dd7831d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue