vancauwe commited on
Commit
e40a0fa
·
1 Parent(s): 958b383

fix: tests running

Browse files
Files changed (1) hide show
  1. tests/test_obs_map.py +1 -1
tests/test_obs_map.py CHANGED
@@ -1,6 +1,6 @@
1
  import pytest
2
  from unittest.mock import patch, MagicMock
3
- from maps.obs_map import try_download_dataset
4
 
5
  # tests for try_download_dataset
6
  # - the main aim here is to mock the function load_dataset which makes external HTTP requests,
 
1
  import pytest
2
  from unittest.mock import patch, MagicMock
3
+ from dataset.download import try_download_dataset
4
 
5
  # tests for try_download_dataset
6
  # - the main aim here is to mock the function load_dataset which makes external HTTP requests,