1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

GO-5099: fix tests

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2025-03-11 13:49:55 +03:00
parent b628058ac9
commit e44df7168c
No known key found for this signature in database
GPG key ID: CCD60ED83B103281

View file

@ -307,7 +307,8 @@ func getTableSizes(mw *core.Middleware) (tables map[string]uint64) {
cfg := mw.GetApp().MustComponent(config.CName).(*config.Config)
sqliteDBs, err := findSQLiteFiles(cfg.GetNewSpaceStorePath())
if err != nil {
log.Fatalf("sqlite find error: %v", err)
fmt.Printf("sqlite find error: %v\n", err)
return
}
for _, dbPath := range sqliteDBs {