upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/specs/grasp01/nip11_document.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grasp-audit/src/specs/grasp01/nip11_document.rs')
-rw-r--r--grasp-audit/src/specs/grasp01/nip11_document.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/grasp-audit/src/specs/grasp01/nip11_document.rs b/grasp-audit/src/specs/grasp01/nip11_document.rs
index f4ca7b4..19ceace 100644
--- a/grasp-audit/src/specs/grasp01/nip11_document.rs
+++ b/grasp-audit/src/specs/grasp01/nip11_document.rs
@@ -37,7 +37,7 @@ impl Nip11DocumentTests {
37 pub async fn test_nip11_document_exists(client: &AuditClient) -> TestResult { 37 pub async fn test_nip11_document_exists(client: &AuditClient) -> TestResult {
38 TestResult::new( 38 TestResult::new(
39 "nip11_document_exists", 39 "nip11_document_exists",
40 "GRASP-01:nostr-relay:20", 40 "GRASP-01:nostr-relay:26",
41 "Serve NIP-11 relay information document", 41 "Serve NIP-11 relay information document",
42 ) 42 )
43 .run(|| async { 43 .run(|| async {
@@ -96,7 +96,7 @@ impl Nip11DocumentTests {
96 pub async fn test_nip11_supported_grasps_field(client: &AuditClient) -> TestResult { 96 pub async fn test_nip11_supported_grasps_field(client: &AuditClient) -> TestResult {
97 TestResult::new( 97 TestResult::new(
98 "nip11_supported_grasps_field", 98 "nip11_supported_grasps_field",
99 "GRASP-01:nostr-relay:22", 99 "GRASP-01:nostr-relay:28",
100 "NIP-11 document includes supported_grasps field with GRASP-01", 100 "NIP-11 document includes supported_grasps field with GRASP-01",
101 ) 101 )
102 .run(|| async { 102 .run(|| async {
@@ -172,7 +172,7 @@ impl Nip11DocumentTests {
172 pub async fn test_nip11_repo_acceptance_criteria_field(client: &AuditClient) -> TestResult { 172 pub async fn test_nip11_repo_acceptance_criteria_field(client: &AuditClient) -> TestResult {
173 TestResult::new( 173 TestResult::new(
174 "nip11_repo_acceptance_criteria_field", 174 "nip11_repo_acceptance_criteria_field",
175 "GRASP-01:nostr-relay:23", 175 "GRASP-01:nostr-relay:29",
176 "NIP-11 document includes repo_acceptance_criteria field", 176 "NIP-11 document includes repo_acceptance_criteria field",
177 ) 177 )
178 .run(|| async { 178 .run(|| async {
@@ -227,7 +227,7 @@ impl Nip11DocumentTests {
227 pub async fn test_nip11_curation_field(client: &AuditClient) -> TestResult { 227 pub async fn test_nip11_curation_field(client: &AuditClient) -> TestResult {
228 TestResult::new( 228 TestResult::new(
229 "nip11_curation_field", 229 "nip11_curation_field",
230 "GRASP-01:nostr-relay:24", 230 "GRASP-01:nostr-relay:30",
231 "NIP-11 curation field present if curated, absent otherwise", 231 "NIP-11 curation field present if curated, absent otherwise",
232 ) 232 )
233 .run(|| async { 233 .run(|| async {