From 1526ef774fd918faa45ec0154609d401a5f1f765 Mon Sep 17 00:00:00 2001 From: kirdatatjana Date: Wed, 18 Sep 2024 13:59:31 +0200 Subject: [PATCH] Changed inconsistent make command in TESTING.md --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index 929e920775..4a50f6d3de 100644 --- a/TESTING.md +++ b/TESTING.md @@ -24,7 +24,7 @@ When adding an integration test, write a brief description as a docstring in the // that goes into more detail and describes the scenario. ``` -Then, run `make docs-test` to update the test documentation. +Then, run `make build-testing-docs` to update the test documentation. ## Model-Based Tests (MBT)