TST: add missing decorator #5697

Merged
merged 1 commit into from Dec 19, 2015
Jump to file
+1 −0
Split
@@ -4197,6 +4197,7 @@ def test_auto_numticks():
fig, axes = plt.subplots(4, 4)
+@cleanup
def test_remove_shared_axes():
def _helper_x(ax):
ax2 = ax.twinx()