Skip to content

Commit e76477b

Browse files
committed
Fix show download progress
1 parent a705c5c commit e76477b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbpy/dastcom5/tests/test_dastcom5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ def test_download_dastcom5_downloads_file(
100100
dastcom5.download_dastcom5()
101101
mock_request.assert_called_once_with(
102102
dastcom5.FTP_DB_URL + "dastcom5.zip",
103-
os.path.join(dastcom5.POLIASTRO_LOCAL_PATH, "dastcom5.zip"),
103+
os.path.join(dastcom5.SBPY_LOCAL_PATH, "dastcom5.zip"),
104104
dastcom5._show_download_progress,
105105
)

0 commit comments

Comments
 (0)