test: raise core-package unit coverage to 90% #98

Merged
benvin merged 25 commits from benvin/unit-coverage-90 into master 2026-07-03 14:31:25 +10:00
Showing only changes of commit 696a1955b3 - Show all commits
+1 -1
View File
@@ -84,7 +84,7 @@ func StartMinio(ctx context.Context) (conn MinioConn, terminate func(), err erro
"MINIO_ROOT_USER": "minioadmin",
"MINIO_ROOT_PASSWORD": "minioadmin",
},
WaitingFor: wait.ForHTTP("/minio/health/live").WithPort("9000/tcp").WithStartupTimeout(60 * time.Second),
WaitingFor: wait.ForHTTP("/minio/health/ready").WithPort("9000/tcp").WithStartupTimeout(60 * time.Second),
},
Started: true,
})