Skip to content

Commit

Permalink
Fix show download progress
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbapat committed Feb 28, 2019
1 parent a705c5c commit e76477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbpy/dastcom5/tests/test_dastcom5.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ def test_download_dastcom5_downloads_file(
dastcom5.download_dastcom5()
mock_request.assert_called_once_with(
dastcom5.FTP_DB_URL + "dastcom5.zip",
os.path.join(dastcom5.POLIASTRO_LOCAL_PATH, "dastcom5.zip"),
os.path.join(dastcom5.SBPY_LOCAL_PATH, "dastcom5.zip"),
dastcom5._show_download_progress,
)

0 comments on commit e76477b

Please sign in to comment.