diff --git a/integrations/jikan/client_test.go b/integrations/jikan/client_test.go index aab4b6b..823a489 100644 --- a/integrations/jikan/client_test.go +++ b/integrations/jikan/client_test.go @@ -52,7 +52,6 @@ func TestGetWithCacheReturnsStaleAndRefreshesAsync(t *testing.T) { waitForFreshCache(t, sqlDB, client, "top:1") } - func newTestCacheDB(t *testing.T) *sql.DB { t.Helper() ctx := context.Background()