From 323e6507b7318188e3da0392c1f53bba4343beff Mon Sep 17 00:00:00 2001 From: chammard Date: Wed, 20 Nov 2024 16:49:00 -0800 Subject: [PATCH] Fix note for testing --- docs/documentation/user-manual/gds/user_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/user-manual/gds/user_guide.md b/docs/documentation/user-manual/gds/user_guide.md index 74808dfd54..039ddcf9ea 100644 --- a/docs/documentation/user-manual/gds/user_guide.md +++ b/docs/documentation/user-manual/gds/user_guide.md @@ -23,8 +23,8 @@ def test_send_command(fprime_test_api): To run this test, ensure the GDS is running (by invoking `fprime-gds`) and then run `pytest test/int/test_my_deployment.py`. -!!! note - You must ensure that your deployment has been built as this is required by `fprime-gds` and the integration test API. +> [!NOTE] +> TODO: rename this file. You must ensure that your deployment has been built as this is required by `fprime-gds` and the integration test API. ## Usage Patterns