Skip to content

Commit ff5e514

Browse files
jfversluisCopilot
andauthored
Update src/Controls/tests/Xaml.UnitTests/Issues/Maui31186.xaml.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8b048c3 commit ff5e514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controls/tests/Xaml.UnitTests/Issues/Maui31186.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void OnCounterClicked(object sender, EventArgs e)
7979
}
8080
var page = new Maui31186(inflator);
8181
Assert.That(page, Is.Not.Null);
82-
VisualStateManager.GoToState(page.CounterBtn, "Diasbled");
82+
VisualStateManager.GoToState(page.CounterBtn, "Disabled");
8383
Assert.That(page.CounterBtn.BackgroundColor, Is.EqualTo(Colors.LightBlue));
8484
}
8585
}

0 commit comments

Comments
 (0)