chore: remove remaining QuoteForge/qfs references

This commit is contained in:
2026-02-07 21:49:32 +03:00
parent 641bc5614f
commit bf5dce9f18
10 changed files with 24 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ func TestSyncReadinessOfflineBlocked(t *testing.T) {
gin.SetMode(gin.TestMode)
dir := t.TempDir()
local, err := localdb.New(filepath.Join(dir, "qfs.db"))
local, err := localdb.New(filepath.Join(dir, "pfs.db"))
if err != nil {
t.Fatalf("init local db: %v", err)
}