upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'grasp-audit/README.md')
-rw-r--r--grasp-audit/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/README.md b/grasp-audit/README.md
index 4d2401f..2cc9247 100644
--- a/grasp-audit/README.md
+++ b/grasp-audit/README.md
@@ -245,7 +245,7 @@ pub async fn test_something(client: &AuditClient) -> TestResult {
245 let ctx = TestContext::new(client); 245 let ctx = TestContext::new(client);
246 246
247 // 2. Prerequisites (cached per-TestContext) 247 // 2. Prerequisites (cached per-TestContext)
248 let repo = ctx.get_fixture(FixtureKind::ValidRepo).await?; 248 let repo = ctx.get_fixture(FixtureKind::ValidRepoSent).await?;
249 249
250 // 3. Test-specific event 250 // 3. Test-specific event
251 let my_event = client.create_issue(&repo, "Title", "Content", vec![])?; 251 let my_event = client.create_issue(&repo, "Title", "Content", vec![])?;