Skip to content

Commit

Permalink
gpio: fix button_print path
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Oct 31, 2024
1 parent 04b95c0 commit 6c0092c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hwci/tests/button_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
import logging
from utils.test_helpers import OneshotTest


class ButtonPressTest(OneshotTest):
def __init__(self):
super().__init__(apps=["examples/tests/button_print"])
super().__init__(apps=["tests/button_print"])

def oneshot_test(self, board):
gpio = board.gpio
Expand Down Expand Up @@ -45,4 +46,5 @@ def oneshot_test(self, board):

logging.info("Button Press Test completed successfully")


test = ButtonPressTest()

0 comments on commit 6c0092c

Please sign in to comment.