From 44f06feedfa80a376cc676a961a9bde268e6a4b8 Mon Sep 17 00:00:00 2001 From: Massimiliano Date: Fri, 6 Sep 2024 16:08:03 +0200 Subject: [PATCH] Update docs/tutorial/writing-tests/test-case.rst Co-authored-by: Pierre Equoy --- docs/tutorial/writing-tests/test-case.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/writing-tests/test-case.rst b/docs/tutorial/writing-tests/test-case.rst index f7f6a379fa..f63dcbdbd8 100644 --- a/docs/tutorial/writing-tests/test-case.rst +++ b/docs/tutorial/writing-tests/test-case.rst @@ -591,7 +591,7 @@ Checkbox but this can be, in practice, often hard or impossible. For a more principled solution see the the Test Plan Tutorial section. Let's then modify the job so that it actually does the test and use the template -filter so that we don't generate tests for interfaces that we know that will +filter so that we don't generate tests for interfaces that we know will not work: .. code-block:: none