Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Apr 30, 2024
1 parent e7db668 commit 93059df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest-embedded-idf/pytest_embedded_idf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
'CaseTester': CaseTester,
},
{
'IdfSerial': '.serial',
'IdfDut': '.dut',
'IdfSerial': '.serial', # requires esp
'IdfDut': '.dut', # requires esp
},
)

Expand Down

0 comments on commit 93059df

Please sign in to comment.