Skip to content

Commit 5d680e8

Browse files
committed
don't forget to take out bad assert
1 parent d801d73 commit 5d680e8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/end_to_end_tests/test_database_functions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ def test_get_dataset_absolute_path(dummy_file, schema):
6161
# ("production", "working") is not what's used to form the path; the
6262
# full schema name is.
6363

64-
# See if the file is actually there
65-
assert os.path.exists(v)
66-
6764
def test_find_entry(dummy_file):
6865
"""
6966
Test the `find_entry()` function.

0 commit comments

Comments
 (0)