From 4092bdfb1a278ba0eac8aac122d91375b2e10d23 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Wed, 25 Mar 2026 20:47:55 -0400 Subject: [PATCH] docs: clean up testing guide intro Co-Authored-By: Claude Opus 4.6 --- docs/testing-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing-guide.md b/docs/testing-guide.md index 2321d08..724bc99 100644 --- a/docs/testing-guide.md +++ b/docs/testing-guide.md @@ -1,6 +1,6 @@ # certctl V2.0 Release QA Guide -Comprehensive manual testing playbook. Every test has a concrete command, an explanation of what it validates and why it matters, exact expected output, and an unambiguous pass/fail criterion. Run every test before tagging v2.0.0. +Comprehensive manual testing playbook. Every test has a concrete command, an explanation of what it validates and why it matters, exact expected output, and an unambiguous pass/fail criterion. ---