Lay out the structure of nettests
This commit is contained in:
parent
6586166282
commit
7cf5bd2718
8 changed files with 126 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ func init() {
|
|||
return nil, nil, err
|
||||
}
|
||||
|
||||
dbPath, err := DefaultDatabasePath()
|
||||
dbPath, err := database.DefaultDatabasePath()
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue