李彤
2022-04-06 b15900e10c924225e78ea36ddb62a0f851ede5e5
force-app/main/default/classes/FileUploadControllerTest.cls
@@ -36,6 +36,11 @@
        fuc.refreshFiles();
        fuc.parentId = '';
        fuc.refreshFiles();
        try{
            delete file;
        }catch(Exception e){
            system.debug('Exception from delete file:'+e.getmessage());
        }
        Test.stopTest();
    }
    static testMethod void testMethod2() {