mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 23:12:30 +08:00
Chore: Fix SQL related Go variable naming (#28887)
* Chore: Fix variable naming Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -10,7 +10,7 @@ type TestDB struct {
|
||||
ConnStr string
|
||||
}
|
||||
|
||||
func Sqlite3TestDB() TestDB {
|
||||
func SQLite3TestDB() TestDB {
|
||||
// To run all tests in a local test database, set ConnStr to "grafana_test.db"
|
||||
return TestDB{
|
||||
DriverName: "sqlite3",
|
||||
|
Reference in New Issue
Block a user