Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Updated tests_original._TEST_FILES_DIR to reflect new location in pro…
Browse files Browse the repository at this point in the history
…ject.
  • Loading branch information
JivanAmara committed Nov 10, 2016
1 parent c40c970 commit 579a63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgeo_importer/tests/tests_original.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# Set the location of test files in one place instead of repeating
_TEST_FILES_DIR = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', 'importer-test-files'))
os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 'importer-test-files'))


def test_file(filename):
Expand Down

0 comments on commit 579a63c

Please sign in to comment.