upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grasp-audit/src/lib.rs')
-rw-r--r--grasp-audit/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/grasp-audit/src/lib.rs b/grasp-audit/src/lib.rs
index 6df240f..655ee83 100644
--- a/grasp-audit/src/lib.rs
+++ b/grasp-audit/src/lib.rs
@@ -16,8 +16,8 @@
16//! 16//!
17//! #[tokio::main] 17//! #[tokio::main]
18//! async fn main() -> Result<(), Box<dyn std::error::Error>> { 18//! async fn main() -> Result<(), Box<dyn std::error::Error>> {
19//! // Create audit client for CI testing 19//! // Create audit client with shared fixtures (default for CLI)
20//! let config = AuditConfig::ci(); 20//! let config = AuditConfig::shared();
21//! let client = AuditClient::new("ws://localhost:7000", config).await?; 21//! let client = AuditClient::new("ws://localhost:7000", config).await?;
22//! 22//!
23//! // Run smoke tests 23//! // Run smoke tests