Remove unneeded read method in mocked UrlReader
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
This commit is contained in:
@@ -59,9 +59,6 @@ const testFileTwoContent = 'testFileTwo content';
|
||||
const genericFileContent = 'file content';
|
||||
|
||||
const mockUrlReader: UrlReader = {
|
||||
read() {
|
||||
throw new Error('read not implemented.');
|
||||
},
|
||||
readUrl(url: string) {
|
||||
switch (url) {
|
||||
case 'testFileOne':
|
||||
|
||||
Reference in New Issue
Block a user