From 3d3d45e7888c39327e160e207a0bbff88838a9ac Mon Sep 17 00:00:00 2001 From: dsarno Date: Thu, 29 Jan 2026 03:30:28 -0800 Subject: [PATCH] Update test coverage requirement wording Corrected a sentence to improve clarity and completeness. --- docs/development/README-DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/README-DEV.md b/docs/development/README-DEV.md index ca4a4f5..97c038c 100644 --- a/docs/development/README-DEV.md +++ b/docs/development/README-DEV.md @@ -38,7 +38,7 @@ After switching, open Package Manager in Unity and Refresh to re-resolve package ## Running Tests -All major new features (and some minor ones) must include test coverage. It's so easy to get LLMs to write tests, ya gotta do +All major new features (and some minor ones) must include test coverage. It's so easy to get LLMs to write tests, ya gotta do it! ### Python Tests