Skip to content

Commit b002988

Browse files
committed
hello
1 parent e516b88 commit b002988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data/test_datadoc_extract.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def test_get_path_combinations_with_invalid_dollar_key(
475475
def test_file_with_ark_extension(
476476
mock_test_url, mock_import_archive_data, mock_get_key_by_value, mock_linux_shortcuts
477477
):
478-
utd_path, path, expected = utd_path_expected()
478+
utd_path, _path, _expected = utd_path_expected()
479479
mock_linux_shortcuts.return_value = {"UTD": str(utd_path.as_posix())}
480480
mock_get_key_by_value.return_value = "UTD"
481481
mock_import_archive_data.return_value = datadok_extract.ArchiveData(
@@ -504,7 +504,7 @@ def test_file_with_ark_extension(
504504
def test_file_with_ark_extension_finds_dat(
505505
mock_test_url, mock_import_archive_data, mock_get_key_by_value, mock_linux_shortcuts
506506
):
507-
utd_path, path, expected = utd_path_expected()
507+
utd_path, _path, _expected = utd_path_expected()
508508
mock_linux_shortcuts.return_value = {"UTD": str(utd_path.as_posix())}
509509
mock_get_key_by_value.return_value = "UTD"
510510
mock_import_archive_data.return_value = datadok_extract.ArchiveData(

0 commit comments

Comments
 (0)