mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-26 18:29:03 -06:00
integration-tests/go-sql-server-driver: Fix regression in single repo default database name tests.
This commit is contained in:
@@ -147,6 +147,7 @@ func (test Test) Run(t *testing.T) {
|
||||
}
|
||||
server := MakeServer(t, repo, r.Server)
|
||||
if server != nil {
|
||||
server.DBName = r.Name
|
||||
servers[r.Name] = server
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user