Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209b341 commit 1089479Copy full SHA for 1089479
1 file changed
lib/matplotlib/sphinxext/tests/test_tinypages.py
@@ -84,7 +84,7 @@ def plot_file(num):
84
html_contents = fobj.read()
85
assert_true('# Only a comment' in html_contents)
86
# check plot defined in external file.
87
- assert_true(file_same(range_4, pjoin(self.html_dir, 'range4.png'))
88
- assert_true(file_same(range_6, pjoin(self.html_dir, 'range6.png'))
+ assert_true(file_same(range_4, pjoin(self.html_dir, 'range4.png')))
+ assert_true(file_same(range_6, pjoin(self.html_dir, 'range6.png')))
89
# check if figure caption made it into html file
90
assert_true('This is the caption for plot 15.')
0 commit comments