diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 12:50:23 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 12:50:23 +0100 |
| commit | 7bab6c76599fdfd34ea9bb064d871ed2be01d4c8 (patch) | |
| tree | 8200ead8926c0c5f11f750698760a0bcd93c230c /client/client_test.go | |
| parent | 7339e77c6eda5b96874dfc099d5c58da8ed53629 (diff) | |
Lint: Run godot fix
Full command: golangci-lint run --disable-all -E godot --fix
Diffstat (limited to 'client/client_test.go')
| -rw-r--r-- | client/client_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client_test.go b/client/client_test.go index a125e7e..128319c 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -331,7 +331,7 @@ func TestTokenInvalid(t *testing.T) { } } -// Test if an invalid profile will be corrected +// Test if an invalid profile will be corrected. func TestInvalidProfileCorrected(t *testing.T) { serverURI := getServerURI(t) state := &Client{} @@ -389,7 +389,7 @@ func TestInvalidProfileCorrected(t *testing.T) { } } -// Test if prefer tcp is handled correctly by checking the returned config and config type +// Test if prefer tcp is handled correctly by checking the returned config and config type. func TestPreferTCP(t *testing.T) { serverURI := getServerURI(t) state := &Client{} |
