backend-common: Remove read method from UrlReader
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -53,7 +53,6 @@ describe('DefaultCatalogCollatorFactory', () => {
|
||||
readable._read = () => {};
|
||||
reader = {
|
||||
search: jest.fn(),
|
||||
read: jest.fn(),
|
||||
readTree: jest.fn(),
|
||||
readUrl: jest.fn(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user