Fix test name so that it does not shadow another test

This commit is contained in:
Oleg Pudeyev 2017-06-03 16:54:51 -04:00
parent e73a88ab56
commit 43ab0b2f48

View File

@ -85,7 +85,7 @@ class WaybackMachineDownloaderTest < Minitest::Test
assert_nil @wayback_machine_downloader.get_file_list_curated["linux.htm"]
end
def test_file_list_exclude_filter_with_a_regex
def test_all_get_file_list_curated_size
@wayback_machine_downloader.all = true
assert_equal 69, @wayback_machine_downloader.get_file_list_curated.size
end