File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ import (
12
12
)
13
13
14
14
// NewTestDB is a helper function that creates a SQLStore backed by a postgres
15
- // database for testing. At the moment, it embeds a KVStore but once the
16
- // SQLStore fully implements the V1Store interface, the KVStore will be removed.
15
+ // database for testing.
17
16
func NewTestDB (t testing.TB ) V1Store {
18
17
pgFixture := sqldb .NewTestPgFixture (
19
18
t , sqldb .DefaultPostgresFixtureLifetime ,
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ import (
12
12
)
13
13
14
14
// NewTestDB is a helper function that creates a SQLStore backed by a sqlite
15
- // database for testing. At the moment, it embeds a KVStore but once the
16
- // SQLStore fully implements the V1Store interface, the KVStore will be removed.
15
+ // database for testing.
17
16
func NewTestDB (t testing.TB ) V1Store {
18
17
db := sqldb .NewTestSqliteDB (t ).BaseDB
19
18
You can’t perform that action at this time.
0 commit comments