Add files via upload

This commit is contained in:
公明
2026-06-09 20:27:45 +08:00
committed by GitHub
parent 244307b52c
commit 6bacac2e6a
3 changed files with 116 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func TestListProjectFacts_updatedAtJSON(t *testing.T) {
if err != nil {
t.Fatal(err)
}
projects, err := db.ListProjects("", 1, 0)
projects, err := db.ListProjects("", "", 1, 0)
if err != nil || len(projects) == 0 {
t.Skip("no projects")
}