backend-common: Remove read method from UrlReader

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-01-02 16:34:54 +01:00
parent 7de9f5c868
commit 4ae89dbce6
32 changed files with 417 additions and 387 deletions
@@ -53,7 +53,6 @@ describe('DefaultCatalogCollatorFactory', () => {
readable._read = () => {};
reader = {
search: jest.fn(),
read: jest.fn(),
readTree: jest.fn(),
readUrl: jest.fn(),
};