Skip to content

Commit 14a279b

Browse files
committed
Fixed cover pragma
1 parent ab57724 commit 14a279b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_trace_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def voltage_func(t):
6767
return vstart + (vend - vstart) * (t - tstart) / (tend - tstart)
6868
else:
6969
return vstart
70-
return voltage_protocol.get_holding_potential() # pragma: no-cover
70+
return voltage_protocol.get_holding_potential() # pragma: no cover
7171

7272
for t, v in zip(times, voltages):
7373
self.assertLess(voltage_func(t) - v, 1e-3)

0 commit comments

Comments
 (0)