Lay out the structure of nettests

This commit is contained in:
Arturo Filastò
2018-02-13 11:48:46 +02:00
parent 6586166282
commit 7cf5bd2718
8 changed files with 126 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func init() {
return nil, nil, err
}
dbPath, err := DefaultDatabasePath()
dbPath, err := database.DefaultDatabasePath()
if err != nil {
return nil, nil, err
}