mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 09:46:05 +00:00
Change file_list_curated method to more explicit name
This commit is contained in:
parent
0f1d77bf67
commit
9935601a3a
@ -14,7 +14,7 @@ class WaybackMachineDownloaderTest < Minitest::Test
|
||||
end
|
||||
|
||||
def test_file_list_curated
|
||||
assert_equal 20081120203712, @wayback_machine_downloader.file_list_curated["linux.htm"][:timestamp]
|
||||
assert_equal 20081120203712, @wayback_machine_downloader.get_file_list_curated["linux.htm"][:timestamp]
|
||||
end
|
||||
|
||||
def test_file_download
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user