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

Skip to content

Commit 1089479

Browse files
committed
Add missing )
1 parent 209b341 commit 1089479

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/sphinxext/tests/test_tinypages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def plot_file(num):
8484
html_contents = fobj.read()
8585
assert_true('# Only a comment' in html_contents)
8686
# 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'))
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')))
8989
# check if figure caption made it into html file
9090
assert_true('This is the caption for plot 15.')

0 commit comments

Comments
 (0)