Hi,
You are printing an empty line at the start of the triangle. This breaks the tests. Look at how you initialize your variables in the printTriangle() method.
As for your christmas tree, you are printing an extra whitespace at the start of each line.
If you fix those two issues, the tests should pass.
-L