Skip to content

Commit

Permalink
removed unnecessary SOP
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheerkethireddy committed Oct 10, 2016
1 parent 4c607f6 commit 9cd7c81
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public void createPreviousDatedExperiment()
Assert.assertNotNull(exp.modificationTime, "Experiment creation failed (No modificationTime).");
Assert.assertNotNull(exp.state, "Experiment creation failed (No state).");
experiment.update(exp);
System.out.println(exp.id);


//create buckets within the experiment
List<Bucket> buckets = postBuckets(BucketFactory.createCompleteBuckets(experiment, 2));
Assert.assertEquals(buckets.size(), 2);
Expand Down

0 comments on commit 9cd7c81

Please sign in to comment.