Skip to content

Commit c800ca1

Browse files
committed
test
1 parent 93b5fba commit c800ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/generic_button_led/pytest_generic_button_led.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pytest_embedded import Dut
66

77

8-
@pytest.mark.runner_esp_bsp_devkit
9-
@pytest.mark.runner_esp_bsp_generic
8+
@pytest.mark.runner_esp32_s3_devkitc_1_1
9+
@pytest.mark.runner_esp32_s2_devkitc_1
1010
def test_example_generic_button_led(dut: Dut) -> None:
1111
dut.expect_exact('main_task: Returned from app_main()')

0 commit comments

Comments
 (0)