From 4b95f85d4d46dae8a91a1cbb75e7bf1431097b9e Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 11 Jun 2026 12:19:59 +0200 Subject: [PATCH] chore: remove stray blank line in test --- integrations/jikan/client_test.go | 1 - 1 file changed, 1 deletion(-) 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()