mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed test name typo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user