Skip to content

Commit

Permalink
[create-pull-request] automated change (#11888)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 6, 2022
1 parent 4e0446b commit e2ec149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controls/tests/Core.UnitTests/ButtonUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void PressedVisualState()

element.SendPressed();
Assert.Equal(stateGroup.CurrentState.Name, PressedStateName);

element.SendReleased();
Assert.NotEqual(stateGroup.CurrentState.Name, PressedStateName);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Microsoft.Maui.Controls.Core.UnitTests
{
public class VisualStateTestHelpers
public class VisualStateTestHelpers
{
public const string NormalStateName = "Normal";
public const string PressedStateName = "Pressed";
Expand Down

0 comments on commit e2ec149

Please sign in to comment.