From ee277688073ee23cb93a4ffe9693925bb31241aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AB=E3=83=B3?= Date: Wed, 29 Apr 2026 15:37:20 +0900 Subject: [PATCH] update too "// primary DB configuration variable under test." --- database/concurrent_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/concurrent_test.go b/database/concurrent_test.go index d58b5cc4..802914f3 100644 --- a/database/concurrent_test.go +++ b/database/concurrent_test.go @@ -82,7 +82,7 @@ func TestConcurrentWrites(t *testing.T) { // openTestDB opens a fresh SQLite DB with the given MaxOpenConns. // Both parts use the same busy_timeout so that MaxOpenConns is the - // only experimental variable. + // primary DB configuration variable under test. openTestDB := func(t *testing.T, maxConns int) *sql.DB { t.Helper() dbPath := filepath.Join(t.TempDir(), "test.db")