Skip to content

Commit

Permalink
test: remove tests for Timed* classes
Browse files Browse the repository at this point in the history
The following issue won't be fixed:
Closes #800
Closes #805

Part of #1668
  • Loading branch information
php-coder committed Feb 27, 2024
1 parent 56f8f80 commit 38a1263
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public class TimedDownloaderService implements DownloaderService {
private final Logger log;
private final DownloaderService service;

// @todo #665 TimedDownloaderService: add unit tests
@Override
public DownloadResult download(String url) {
// Why we don't use Spring's StopWatch?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.apache.commons.lang3.time.StopWatch;
import org.slf4j.Logger;

// @todo #801 TimedSiteParser: add unit tests
@RequiredArgsConstructor
public class TimedSiteParser implements SiteParser {

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 38a1263

Please sign in to comment.