Skip to content

Commit 878fe01

Browse files
committed
[#92101] ti_dac38j8x_eyescan: Append daisy chain device number to name
1 parent c1cdfd6 commit 878fe01

File tree

1 file changed

+1
-1
lines changed
  • protoplaster/tests/dac/ti_dac38j8x_eyescan

1 file changed

+1
-1
lines changed

protoplaster/tests/dac/ti_dac38j8x_eyescan/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ def test_eye_size(self):
119119
assert min_height <= height <= max_height, f"Eye height {height} is not in accepted range: [{min_height}, {max_height}]"
120120

121121
def name(self):
122-
return "eyescan"
122+
return "eyescan-" + str(self.daisy_chain_number)

0 commit comments

Comments
 (0)