Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d77cb7c

Browse files
story645rcomer
andauthored
Update lib/matplotlib/tests/test_table.py
Co-authored-by: Ruth Comer <[email protected]>
1 parent 02ea47a commit d77cb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ def __repr__(self):
259259
fig_test.subplots().table(data)
260260
fig_ref.subplots().table([["Hello", "Hello"], ["Hello", "Hello"]])
261261
fig_test.canvas.draw()
262-
assert not fake_convertor.convert.called
262+
fake_convertor.convert.assert_not_called()

0 commit comments

Comments
 (0)