Skip to content

Commit

Permalink
remove leftover conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Jun 11, 2024
1 parent 1ffbdee commit bc2864b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions astroquery/mast/tests/test_mast_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,21 +400,8 @@ def test_observations_download_file(self, tmp_path):
# should download to current working directory
result = mast.Observations.download_file(uri)
assert result == ('COMPLETE', None, None)
<<<<<<< HEAD
<<<<<<< HEAD
=======
assert os.path.exists(Path(os.getcwd(), filename))
<<<<<<< HEAD
<<<<<<< HEAD
=======
Path.unlink(filename) # clean up file
>>>>>>> a8615f1f (space before comment)
=======
assert os.path.exists(Path(os.getcwd(), filename))
>>>>>>> 8033190f (update changes file, add to test case)
=======
Path.unlink(filename) # clean up file
>>>>>>> 4013186e (clean up file from tests, make logic simpler in download_file)

# download with directory as local_path parameter
local_path = Path(tmp_path, filename)
Expand All @@ -427,11 +414,6 @@ def test_observations_download_file(self, tmp_path):
result = mast.Observations.download_file(uri, local_path=local_path_file)
assert result == ('COMPLETE', None, None)
assert os.path.exists(local_path_file)
<<<<<<< HEAD
>>>>>>> 8447eab8 (delete blank line for style)
=======

>>>>>>> 8033190f (update changes file, add to test case)

@pytest.mark.parametrize("test_data_uri, expected_cloud_uri", [
("mast:HST/product/u24r0102t_c1f.fits",
Expand Down

0 comments on commit bc2864b

Please sign in to comment.