diff options
author | Sven Gothel <[email protected]> | 2022-05-01 10:45:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-01 10:45:58 +0200 |
commit | 4b345c29c910047b75d8015475e4eaba91f298f1 (patch) | |
tree | d421056c6f4287d97e0ef7f01f5294806df305ee /test | |
parent | 468fbc8adc1b81d584803d60f6cdbb45fd2991be (diff) |
Example & Trial Cleanup ..
Diffstat (limited to 'test')
-rw-r--r-- | test/direct_bt/test_bringup00.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/direct_bt/test_bringup00.cpp b/test/direct_bt/test_bringup00.cpp index 7fecf356..7f5caa90 100644 --- a/test/direct_bt/test_bringup00.cpp +++ b/test/direct_bt/test_bringup00.cpp @@ -42,7 +42,7 @@ using namespace direct_bt; * - show all installed adapter * - no extra permissions required */ -TEST_CASE( "ATT PDU Test 01", "[datatype][attpdu]" ) { +TEST_CASE( "BTManager Bringup Test 00", "[test][BTManager][bringup]" ) { { // setenv("direct_bt.debug", "true", 1 /* overwrite */); } |