summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Liu <steveliu@google.com>2024-04-11 21:04:09 +0000
committerSteven Liu <steveliu@google.com>2024-04-11 21:04:09 +0000
commitb76d8a49c49fd5d6213692098689de997494be71 (patch)
treecda3dc3c115e7435666f5fa7dd850ee71a6cd546
parentd5ae1c7491dc8037abe5e61713b7b0f4af5e4752 (diff)
downloadplatform_testing-b76d8a49c49fd5d6213692098689de997494be71.tar.gz
fix typoes for scc_5g_all_wifi_dbs_2g_sta_test
Bug: 333928068 Test: build Change-Id: I3bf9276cbdd8b6e5fb8eaf29fe359f3cfc7b79d7
-rw-r--r--tests/bettertogether/betocq/compound_tests/scc_5g_all_wifi_dbs_2g_sta_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bettertogether/betocq/compound_tests/scc_5g_all_wifi_dbs_2g_sta_test.py b/tests/bettertogether/betocq/compound_tests/scc_5g_all_wifi_dbs_2g_sta_test.py
index ae6278959..dad5b4b04 100644
--- a/tests/bettertogether/betocq/compound_tests/scc_5g_all_wifi_dbs_2g_sta_test.py
+++ b/tests/bettertogether/betocq/compound_tests/scc_5g_all_wifi_dbs_2g_sta_test.py
@@ -16,7 +16,7 @@
In this case, even though the expected wifi medium is the WFD, but the wifi D2D
could be any mediums, such as WFD, HOTSPOT, STA; Once the WFD is failed, other
-meidums will be tried. Also, though the WLAN is connected with 2G channel,
+mediums will be tried. Also, though the WLAN is connected with 2G channel,
as the devices support DBS, which don't need to switch between 5G and 2G, it is
still a SCC case.
@@ -93,7 +93,7 @@ class Scc5gAllWifiDbs2gStaTest(
)
return (
f'{self._throughput_low_string}. The upgraded medium is'
- f' {upgraded_medium_name}. This is a 2G SCC DBS case, In the'
+ f' {upgraded_medium_name}. This is a 5G SCC DBS case, In the'
' configuration file, DBS support is set to true on the target side.'
' Check if the device does support DBS with STA + WFD concurrency.'
)