update too "// primary DB configuration variable under test."

This commit is contained in:
カン 2026-04-29 15:37:20 +09:00 committed by 康厚超
parent 0499e91ebe
commit ee27768807

View file

@ -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")