Skip to content

Commit

Permalink
Merge pull request #1131 from jenshnielsen/gca_cleanup
Browse files Browse the repository at this point in the history
Cleanup after the gca test.
  • Loading branch information
efiring committed Aug 21, 2012
2 parents 8ab4318 + 916acdb commit 762e966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/matplotlib/tests/test_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_figure():
plt.close('tomorrow')


#@cleanup
@cleanup
def test_gca():
fig = plt.figure()

Expand All @@ -64,4 +64,4 @@ def test_gca():
fig.sca(ax1)
assert_is(fig.gca(projection='rectilinear'), ax1)
assert_is(fig.gca(), ax1)


0 comments on commit 762e966

Please sign in to comment.