GWY
2022-04-06 269f8c029edd9ae2c32e16f9bf6e3d10d70dd9e7
1
2
3
4
5
6
@isTest
private class DeleteSSBatchTest {
    static testMethod void testMethod1() {
        Database.executeBatch(new DeleteSSBatch(), 200);
    }
}