tests: remove: Fix a typo in a comment

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2020-02-23 15:19:59 +02:00
parent bdff1be152
commit 387d96f7c5

View file

@ -290,7 +290,7 @@ def main():
for monitor in monitors: for monitor in monitors:
logger.warning("MON: " + str(monitor)) logger.warning("MON: " + str(monitor))
# run check_devices at begining # run check_devices at beginning
logger.warning("RUN check_devices") logger.warning("RUN check_devices")
try: try:
check_devices(devices, setup_params, refs, duts, monitors) check_devices(devices, setup_params, refs, duts, monitors)