111
GWY
2022-03-10 e1928eff37b01afcdfd5456944bb3b15d09e3258
1
2
3
4
5
6
@isTest
private class DeleteSSBatchTest {
    static testMethod void testMethod1() {
        Database.executeBatch(new DeleteSSBatch(), 200);
    }
}