diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-04 15:00:22 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-04 15:05:38 +0200 |
| commit | 47d8fafada8c7c1377b9172862f25c576c4c3c08 (patch) | |
| tree | f431147a4bb228ac8f507145be199208d43bbde2 /state_test.go | |
| parent | 762a034cc1af55d09dc0a174947356e36bf15569 (diff) | |
Util Test: Remove function signature comment
Diffstat (limited to 'state_test.go')
| -rw-r--r-- | state_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/state_test.go b/state_test.go index 82d88e2..849c735 100644 --- a/state_test.go +++ b/state_test.go @@ -351,7 +351,7 @@ func Test_invalid_profile_corrected(t *testing.T) { } } -// Test if an invalid profile will be corrected +// Test if prefer tcp is handled correctly by checking the returned config and config type func Test_prefer_tcp(t *testing.T) { serverURI := getServerURI(t) state := &VPNState{} |
