Skip to content

Commit 262013c

Browse files
refactor: update test for the new function name
DownloadTrackers -> DownloadEverything
1 parent 4ee4b45 commit 262013c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/test/test_newtrackon.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ implementation
2525

2626
procedure TTestNewTrackon.Test_DownloadAPI;
2727
begin
28-
Check(FNewTrackon.DownloadTrackers, 'Download the newtrackon API');
28+
Check(FNewTrackon.DownloadEverything, 'Download the newtrackon API');
2929

3030
Check(FNewTrackon.TrackerList_All.Count > 0,
3131
'TrackerList_All should never be empty');

source/test/test_start_up_parameter.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ procedure TTestStartUpParameter.DownloadNewTrackonTrackers;
273273
//download only one time
274274
if FNewTrackon.TrackerList_All.Count = 0 then
275275
begin
276-
Check(FNewTrackon.DownloadTrackers, 'Download Newtrackon failed');
276+
Check(FNewTrackon.DownloadEverything, 'Download Newtrackon failed');
277277
end;
278278
end;
279279

0 commit comments

Comments
 (0)