We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cdfd6 commit 878fe01Copy full SHA for 878fe01
protoplaster/tests/dac/ti_dac38j8x_eyescan/test.py
@@ -119,4 +119,4 @@ def test_eye_size(self):
119
assert min_height <= height <= max_height, f"Eye height {height} is not in accepted range: [{min_height}, {max_height}]"
120
121
def name(self):
122
- return "eyescan"
+ return "eyescan-" + str(self.daisy_chain_number)
0 commit comments