From 7bab6c76599fdfd34ea9bb064d871ed2be01d4c8 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 28 Nov 2022 12:50:23 +0100 Subject: Lint: Run godot fix Full command: golangci-lint run --disable-all -E godot --fix --- client/client_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/client_test.go') 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{} -- cgit v1.2.3