15027: Removes unnecessary test method.
[arvados-workbench2.git] / src / services / collection-files-service / collection-files-service.ts
index 6f88a729aba7ebba03e73709fe5ca97189f64460..9cda22b2961c2700f841b00bb7c669c400406780 100644 (file)
@@ -58,11 +58,4 @@ export class CollectionFilesService {
         const manifestText = stringifyKeepManifest(updatedManifest);
         return this.collectionService.update(collectionUuid, { manifestText });
     }
-
-    renameTest() {
-        const u = this.renameFile('qr1hi-4zz18-n0sx074erl4p0ph', {
-            name: 'extracted2.txt.png',
-            path: ''
-        }, 'extracted-new.txt.png');
-    }
 }