aboutsummaryrefslogtreecommitdiffstats
path: root/lulu_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lulu_test.go')
-rw-r--r--lulu_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lulu_test.go b/lulu_test.go
index 6791680..17935e9 100644
--- a/lulu_test.go
+++ b/lulu_test.go
@@ -32,7 +32,7 @@ func TestMain(m *testing.M) {
m.Run()
}
-func tNewClient(t *testing.T) *Client {
+func tNewClient(t *testing.T) Client {
t.Helper()
creds := Credentials{
Key: strings.TrimSpace(clientKey),