Skip to content

Commit b5ea9c7

Browse files
committed
more work on tests for get_dataset_absolute_path
1 parent 142a36f commit b5ea9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/end_to_end_tests/test_database_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_get_dataset_absolute_path(dummy_file, schema):
4545
old_location=old_loc,
4646
)
4747

48-
v = datareg.Query.get_dataset_absolute_path(d_id_1)
48+
v = datareg.Query.get_dataset_absolute_path(d_id_1, schema=schema)
4949

5050
if datareg.Query._dialect == "sqlite":
5151
assert v == os.path.join(

0 commit comments

Comments
 (0)