Skip to content

Commit 454dbbb

Browse files
authored
Merge pull request #8856 from anntzer/test-typo
TST: Fix typo in test
2 parents 9e2acb6 + b3a52f4 commit 454dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ def test_symlog():
919919
ax = fig.add_subplot(111)
920920
ax.plot(x, y)
921921
ax.set_yscale('symlog')
922-
ax.set_xscale = ('linear')
922+
ax.set_xscale('linear')
923923
ax.set_ylim(-1, 10000000)
924924

925925

0 commit comments

Comments
 (0)