diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-07-30 18:09:31 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-07-30 18:09:31 -0230 |
| commit | 62a2046b9a8a53bc92daeffcdd97edd23169f6da (patch) | |
| tree | fc951cb6b07fa97bc846565160bde583b1692aac /lulu_test.go | |
| parent | e7bba51bb8bb41c462873c613bc6d4cf402a58d1 (diff) | |
| download | lulu-62a2046b9a8a53bc92daeffcdd97edd23169f6da.zip | |
client interface
Diffstat (limited to 'lulu_test.go')
| -rw-r--r-- | lulu_test.go | 2 |
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), |