Skip to content

Commit 5cd5b29

Browse files
Update test_rcparams.py
1 parent 9964e8e commit 5cd5b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_rcparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def test_if_rctemplate_is_up_to_date():
457457
def test_if_rctemplate_would_be_valid(tmpdir):
458458
# This tests if the matplotlibrc.template file would result in a valid
459459
# rc file if all lines are uncommented.
460-
path_to_rc = "matplotlibrc.txt" #mpl.matplotlib_fname() #
460+
path_to_rc = mpl.matplotlib_fname()
461461
with open(path_to_rc, "r") as f:
462462
rclines = f.readlines()
463463
newlines = []

0 commit comments

Comments
 (0)