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

@@ -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 ()
{