Skip to content

Commit 07e7cd1

Browse files
Updated the suggestions
1 parent e2fc113 commit 07e7cd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Controls/tests/TestCases.HostApp/FeatureMatrix/HorizontalStackLayout/StackLayoutOptionsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:local="clr-namespace:Maui.Controls.Sample"
55
x:Class="Maui.Controls.Sample.StackLayoutOptionsPage"
66
x:DataType="local:StackLayoutViewModel"
7-
Title="tackLayoutOptionsPage">
7+
Title="StackLayoutOptionsPage">
88
<ContentPage.ToolbarItems>
99
<ToolbarItem Text="Apply"
1010
Clicked="ApplyButton_Clicked"

src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/StackLayoutFeatureTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public void HorizontalStackLayout_Spacing_With_HeightAndWidth()
397397

398398
#if ANDROID || IOS
399399
[Test]
400-
public void HorizontalStackLayout_Spacing_WithLandspace()
400+
public void HorizontalStackLayout_Spacing_WithLandscape()
401401
{
402402
App.WaitForElement("Options");
403403
App.Tap("Options");
@@ -415,7 +415,7 @@ public void HorizontalStackLayout_Spacing_WithLandspace()
415415
}
416416

417417
[Test]
418-
public void VerticalStackLayout_Spacing_WithLandspace()
418+
public void VerticalStackLayout_Spacing_WithLandscape()
419419
{
420420
App.WaitForElement("Options");
421421
App.Tap("Options");

0 commit comments

Comments
 (0)