Fixed test name typo

This commit is contained in:
Tig
2024-04-30 11:23:30 -06:00
parent 30a540a088
commit c36439b723
2 changed files with 3 additions and 3 deletions

View File

@@ -132,8 +132,8 @@ public partial class View
/// to the view. This enables virtual scrolling.
/// </para>
/// <para>
/// If a size is provided, the behavior of <see cref="Dim.DimAutoStyle.Content"/> is overridden and the size of the
/// view will be based on ContentSize.
/// If a size is provided, the behavior of <see cref="Dim.DimAutoStyle.Content"/> will be to use the ContentSize
/// to determine the size of the view.
/// </para>
/// <para>
/// Negative sizes are not supported.

View File

@@ -1110,7 +1110,7 @@ public class DrawTests (ITestOutputHelper _output)
*******
*******
*******")]
public void Daw_Text_Alignment (string text, TextAlignment textAlignment, string expectedText)
public void Draw_Text_Alignment (string text, TextAlignment textAlignment, string expectedText)
{
View view = new ()
{