Skip to content

Commit bc2864b

Browse files
committed
remove leftover conflicts
1 parent 1ffbdee commit bc2864b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

astroquery/mast/tests/test_mast_remote.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -400,21 +400,8 @@ def test_observations_download_file(self, tmp_path):
400400
# should download to current working directory
401401
result = mast.Observations.download_file(uri)
402402
assert result == ('COMPLETE', None, None)
403-
<<<<<<< HEAD
404-
<<<<<<< HEAD
405-
=======
406403
assert os.path.exists(Path(os.getcwd(), filename))
407-
<<<<<<< HEAD
408-
<<<<<<< HEAD
409-
=======
410404
Path.unlink(filename) # clean up file
411-
>>>>>>> a8615f1f (space before comment)
412-
=======
413-
assert os.path.exists(Path(os.getcwd(), filename))
414-
>>>>>>> 8033190f (update changes file, add to test case)
415-
=======
416-
Path.unlink(filename) # clean up file
417-
>>>>>>> 4013186e (clean up file from tests, make logic simpler in download_file)
418405

419406
# download with directory as local_path parameter
420407
local_path = Path(tmp_path, filename)
@@ -427,11 +414,6 @@ def test_observations_download_file(self, tmp_path):
427414
result = mast.Observations.download_file(uri, local_path=local_path_file)
428415
assert result == ('COMPLETE', None, None)
429416
assert os.path.exists(local_path_file)
430-
<<<<<<< HEAD
431-
>>>>>>> 8447eab8 (delete blank line for style)
432-
=======
433-
434-
>>>>>>> 8033190f (update changes file, add to test case)
435417

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

0 commit comments

Comments
 (0)