mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-21 19:56:43 +00:00
Fix test name so that it does not shadow another test
This commit is contained in:
parent
e73a88ab56
commit
43ab0b2f48
@ -85,7 +85,7 @@ class WaybackMachineDownloaderTest < Minitest::Test
|
|||||||
assert_nil @wayback_machine_downloader.get_file_list_curated["linux.htm"]
|
assert_nil @wayback_machine_downloader.get_file_list_curated["linux.htm"]
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_file_list_exclude_filter_with_a_regex
|
def test_all_get_file_list_curated_size
|
||||||
@wayback_machine_downloader.all = true
|
@wayback_machine_downloader.all = true
|
||||||
assert_equal 69, @wayback_machine_downloader.get_file_list_curated.size
|
assert_equal 69, @wayback_machine_downloader.get_file_list_curated.size
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user