diff --git a/src/classes/DNP_Milestone1_Test_Move_LongRunning.cls b/src/classes/DNP_Milestone1_Test_Move_LongRunning.cls index 948c433..6780879 100644 --- a/src/classes/DNP_Milestone1_Test_Move_LongRunning.cls +++ b/src/classes/DNP_Milestone1_Test_Move_LongRunning.cls @@ -28,6 +28,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE. */ @istest private with sharing class DNP_Milestone1_Test_Move_LongRunning { + //this would be second commit static testmethod void testHighSecondLevelMilestoneMove(){ final Integer NUMBER_OF_TOPLEVEL_MILESTONES = 200; @@ -235,4 +236,4 @@ private with sharing class DNP_Milestone1_Test_Move_LongRunning { } -} \ No newline at end of file +}