diff options
Diffstat (limited to 'grasp-audit/examples')
| -rw-r--r-- | grasp-audit/examples/simple_audit.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grasp-audit/examples/simple_audit.rs b/grasp-audit/examples/simple_audit.rs index e363d5c..57d4ac8 100644 --- a/grasp-audit/examples/simple_audit.rs +++ b/grasp-audit/examples/simple_audit.rs | |||
| @@ -6,8 +6,8 @@ use grasp_audit::*; | |||
| 6 | 6 | ||
| 7 | #[tokio::main] | 7 | #[tokio::main] |
| 8 | async fn main() -> Result<()> { | 8 | async fn main() -> Result<()> { |
| 9 | // Create audit config for CI testing | 9 | // Create audit config with shared fixtures (default for CLI) |
| 10 | let config = AuditConfig::ci(); | 10 | let config = AuditConfig::shared(); |
| 11 | 11 | ||
| 12 | println!("GRASP Audit Example"); | 12 | println!("GRASP Audit Example"); |
| 13 | println!("=================="); | 13 | println!("=================="); |