We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9be8ae commit d254c5cCopy full SHA for d254c5c
test/test_wayback_machine_downloader.rb
@@ -31,11 +31,11 @@ def test_file_list_curated
31
32
def test_file_list_by_timestamp
33
file_expected = {
34
- file_id: "Fs-06.jpg",
35
- file_url: "http://www.onlyfreegames.net:80/Fs-06.jpg",
36
- timestamp: 20060716125343
+ file_url: "http://www.onlyfreegames.net:80/strat.html",
+ timestamp: 20060111084756,
+ file_id: "strat.html"
37
}
38
- assert_equal file_expected, @wayback_machine_downloader.get_file_list_by_timestamp[-1]
+ assert_equal file_expected, @wayback_machine_downloader.get_file_list_by_timestamp[-2]
39
end
40
41
def test_file_list_only_filter_without_matches
0 commit comments