Skip to content

Commit

Permalink
One more readability update now that I update this file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Sep 5, 2024
1 parent 3f044d1 commit 029cf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_ICDM_5_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Client:
client1 = Client(
checkInNodeID=1,
subjectId=1,
key=b"\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f",
key=bytes([x for x in range(0x10, 0x20)]),
clientType=ClientTypeEnum.kEphemeral
)

Expand Down

0 comments on commit 029cf7d

Please sign in to comment.