diff options
Diffstat (limited to 'client_test.go')
| -rw-r--r-- | client_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client_test.go b/client_test.go index aaf6ed3..94a0b4f 100644 --- a/client_test.go +++ b/client_test.go @@ -40,7 +40,7 @@ func TestApiClient_Lookup_offline(t *testing.T) { }} for _, c := range cases { - t.Logf(c.desc) + t.Log(c.desc) got, err := client.Lookup(c.words) if err != nil { @@ -93,7 +93,7 @@ func TestApiClient_Lookup_online(t *testing.T) { }} for _, c := range cases { - t.Logf(c.desc) + t.Log(c.desc) got, err := client.Lookup(c.words) if err != nil { |
