Skip to content

Commit

Permalink
Merge pull request #1375 from dumindux/ISSUE_1369
Browse files Browse the repository at this point in the history
Changed database test case test_fetch_separate_filenames according to issue #1360 change
  • Loading branch information
Cadair committed Apr 4, 2015
2 parents b8eb2de + 5cb29c6 commit df4a3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunpy/database/tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def test_fetch_separate_filenames():
db.fetch(*download_query, path=path)

# Test
assert len(db) == 2
assert len(db) == 4

dir_contents = os.listdir(tmp_test_dir)
assert 'aia_lev1_335a_2012_08_05t00_00_02_62z_image_lev1.fits' in dir_contents
Expand Down

0 comments on commit df4a3dd

Please sign in to comment.