涂煌豪
2022-04-18 967f20caa315ba70a31abf8536a7e634372962bd
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() {