Skip to content

Commit

Permalink
Remove testDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 17, 2024
1 parent 8474127 commit b18b742
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/snowflake/snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (

type Store struct {
db.Store
testDB bool // Used for testing
configMap *types.DwhToTablesConfigMap
config config.Config
}
Expand Down Expand Up @@ -80,7 +79,6 @@ func LoadSnowflake(cfg config.Config, _store *db.Store) (*Store, error) {
if _store != nil {
// Used for tests.
return &Store{
testDB: true,
configMap: &types.DwhToTablesConfigMap{},
config: cfg,
Store: *_store,
Expand Down

0 comments on commit b18b742

Please sign in to comment.