From e73848eff96a7410295bb76ae0973519e39f2f2f Mon Sep 17 00:00:00 2001 From: William <91462779+williamlardier@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:24:58 +0100 Subject: [PATCH] Update tests/ctst/HOW_TO_WRITE_TESTS.md Co-authored-by: Francois Ferrand --- tests/ctst/HOW_TO_WRITE_TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ctst/HOW_TO_WRITE_TESTS.md b/tests/ctst/HOW_TO_WRITE_TESTS.md index 34a4634fe..777eac736 100644 --- a/tests/ctst/HOW_TO_WRITE_TESTS.md +++ b/tests/ctst/HOW_TO_WRITE_TESTS.md @@ -117,5 +117,5 @@ specific tags. > Validate your test before merging. -If a test pass once, please ensure it passes for the good reasons. +If a test passes once, please ensure it passes for the good reasons. False positives are hard to detect once merged.