Fix class and test method names for DuckDuckGoWrapper

This commit is contained in:
2025-09-30 12:54:19 +02:00
parent 15182e23c2
commit c1952526ad
2 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ class NewsAPIs(NewsWrapper):
A wrapper class that aggregates multiple news API wrappers and tries them in order until one succeeds.
This class uses the WrapperHandler to manage multiple NewsWrapper instances.
It includes, and tries, the following news API wrappers in this order:
- GnewsWrapper
- GoogleNewsWrapper
- DuckDuckGoWrapper
- NewsApiWrapper
- CryptoPanicWrapper