summaryrefslogtreecommitdiff
path: root/client/client_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/client_test.go')
-rw-r--r--client/client_test.go4
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{}