Skip to content

Commit

Permalink
#337: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Oct 2, 2024
1 parent cda8b89 commit 236d828
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_move_data_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def mock_isdir(pp):
mmd_repository_path,
old_file_location_base,
new_file_location_base,
"--ext_pattern", ext_pattern,
"--ext-pattern", ext_pattern,
])
u, n = main(parsed)
assert len(u) == 1
Expand All @@ -101,7 +101,7 @@ def mock_isdir(pp):
mmd_repository_path,
old_file_location_base,
new_file_location_base,
"--ext_pattern", ext_pattern,
"--ext-pattern", ext_pattern,
])
u, n = main(parsed)
assert len(u) == 1
Expand All @@ -115,7 +115,7 @@ def mock_isdir(pp):
mmd_repository_path,
old_file_location_base,
new_file_location_base,
"--ext_pattern", ext_pattern,
"--ext-pattern", ext_pattern,
])
u, n = main(parsed)
assert len(u) == 1
Expand All @@ -129,7 +129,7 @@ def mock_isdir(pp):
mmd_repository_path,
old_file_location_base,
new_file_location_base,
"--ext_pattern", ext_pattern,
"--ext-pattern", ext_pattern,
])
u, n = main(parsed)
assert len(u) == 1
Expand All @@ -143,7 +143,7 @@ def mock_isdir(pp):
mmd_repository_path,
old_file_location_base,
new_file_location_base,
"--ext_pattern", ext_pattern,
"--ext-pattern", ext_pattern,
])
u, n = main(parsed)
assert len(u) == 1
Expand All @@ -157,7 +157,7 @@ def mock_isdir(pp):
mmd_repository_path,
old_file_location_base,
new_file_location_base,
"--ext_pattern", ext_pattern,
"--ext-pattern", ext_pattern,
])
u, n = main(parsed)
assert len(u) == 0

0 comments on commit 236d828

Please sign in to comment.