Skip to content

Commit

Permalink
codespell: SCardConnect_DIRECT2.py.py
Browse files Browse the repository at this point in the history
./UnitaryTests/SCardConnect_DIRECT2.py:22: negociate ==> negotiate
./UnitaryTests/SCardConnect_DIRECT2.py:25: negociate ==> negotiate
./UnitaryTests/SCardConnect_DIRECT2.py:28: negociate ==> negotiate
  • Loading branch information
LudovicRousseau committed Feb 11, 2023
1 parent d50267c commit 74e7b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UnitaryTests/SCardConnect_DIRECT2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
# Scenario
# use a T=1 card, a TPDU reader
# Connect in SCARD_SHARE_SHARED
# driver should negociate PPS
# driver should negotiate PPS
# Disconnect
# Connect in SCARD_SHARE_DIRECT
# driver should NOT negociate PPS (the card has not been reset)
# driver should NOT negotiate PPS (the card has not been reset)
# Disconnect
# Connect in SCARD_SHARE_SHARED
# driver should NOT negociate PPS (the card has not been reset)
# driver should NOT negotiate PPS (the card has not been reset)
# Disconnect

# same issue with Reconnect instead of connect
Expand Down

0 comments on commit 74e7b0e

Please sign in to comment.