涂煌豪
2022-04-12 0f1b20f505df9737ea21f8f4a4fe86b11d111807
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() {