Skip to content

Commit c4e2e19

Browse files
fix missing assert
1 parent 2a57029 commit c4e2e19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_addplot.py

+2
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,5 @@ def test_addplot06(bolldata):
227227
result = compare_images(rname,tname,tol=IMGCOMP_TOLERANCE)
228228
if result is not None:
229229
print('result=',result)
230+
assert result is None
231+

0 commit comments

Comments
 (0)