Skip to content

Commit 7b65bbe

Browse files
rettichschnididleach02
authored andcommitted
doc: pytest: Fix spelling of unlaunched
unlauched_dut is written wrongly - unlaunched_dut is correct. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
1 parent 6f64f77 commit 7b65bbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/develop/test/pytest.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ a fixture ``mcumgr``
169169
# continue test scenario, check version etc.
170170
171171
172-
unlauched_dut
173-
=============
172+
unlaunched_dut
173+
==============
174174

175175
Similar to the ``dut`` fixture, but it does not initialize the device. It can be used when a finer
176176
control over the build process is needed. It becomes responsibility of the test to initialize the
@@ -180,7 +180,7 @@ device.
180180
181181
from twister_harness import DeviceAdapter
182182
183-
def test_sample(unlauched_dut: DeviceAdapter):
183+
def test_sample(unlaunched_dut: DeviceAdapter):
184184
unlaunched_dut.launch()
185185
unlaunched_dut.readlines_until('Hello world')
186186

0 commit comments

Comments
 (0)