From c21b4c91597259bd7f0d8c836de804f231f7c97e Mon Sep 17 00:00:00 2001 From: Scott Staniewicz Date: Thu, 3 Oct 2024 12:07:27 -0400 Subject: [PATCH] fix test --- eof/tests/test_asf_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eof/tests/test_asf_s3.py b/eof/tests/test_asf_s3.py index 61f5289..6f56e99 100644 --- a/eof/tests/test_asf_s3.py +++ b/eof/tests/test_asf_s3.py @@ -1,5 +1,5 @@ import pytest -from eof._fetch_s3_bucket import get_orbit_files +from eof._asf_s3 import get_orbit_files @pytest.mark.vcr()