Skip to content

Commit c5b2e4e

Browse files
committed
graph/db: update outdated comments
1 parent e4137a3 commit c5b2e4e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

graph/db/test_postgres.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import (
1212
)
1313

1414
// 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.
1716
func NewTestDB(t testing.TB) V1Store {
1817
pgFixture := sqldb.NewTestPgFixture(
1918
t, sqldb.DefaultPostgresFixtureLifetime,

graph/db/test_sqlite.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import (
1212
)
1313

1414
// 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.
1716
func NewTestDB(t testing.TB) V1Store {
1817
db := sqldb.NewTestSqliteDB(t).BaseDB
1918

0 commit comments

Comments
 (0)