refactor StatSum to use RSRParsers and add conn_status converter

This commit is contained in:
ionutboangiu
2025-10-15 10:36:50 +03:00
committed by Dan Christian Bogos
parent 22e02f18df
commit b54e3b54ac
6 changed files with 85 additions and 66 deletions

View File

@@ -112,7 +112,7 @@ func TestOfflineInternalAPIsDumpDataDB(t *testing.T) {
} else if files != 42 {
t.Errorf("expected 42 files, received <%d>", files)
}
if totalSize < 35500 || totalSize > 35700 {
if totalSize < 35600 || totalSize > 35800 {
t.Errorf("expected folder size to be within range 35500KB to 35700KB, received <%v>KB", totalSize)
}
})