Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Nov 6, 2020
1 parent 0a049ec commit f374ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cli/test_ia_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def test_dry_run():
def test_glob(tmpdir_ch):
expected_files = set([
'globe_west_540.jpg',
'NASAarchiveLogo.jpg',
'globe_west_540_thumb.jpg',
'nasa_itemimage.jpg',
'__ia_thumb.jpg',
])

Expand Down
4 changes: 3 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ class WindowsError(Exception):
NASA_METADATA_PATH = os.path.join(ROOT_DIR, 'tests/data/metadata/nasa.json')
NASA_EXPECTED_FILES = set([
'globe_west_540.jpg',
'globe_west_540_thumb.jpg',
'nasa_archive.torrent',
'nasa_meta.sqlite',
'nasa_files.xml',
'nasa_meta.xml',
'nasa_reviews.xml',
'NASAarchiveLogo.jpg',
'nasa_itemimage.jpg',
'globe_west_540_thumb.jpg',
'__ia_thumb.jpg',
])
Expand Down

0 comments on commit f374ca1

Please sign in to comment.