Skip to content

Commit

Permalink
fix: fix test scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitism committed Jan 17, 2025
1 parent 58f51e1 commit 2a516e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HeadlessTest.Ursa/Semi/LocalizationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void Set_English_To_Control_Works()
Assert.Equal("Yes", yesButton?.Content?.ToString());
}

[Fact]
[AvaloniaFact]
public void SemiTheme_Localization_Behavior()
{
var theme = new SemiTheme();
Expand Down

0 comments on commit 2a516e4

Please sign in to comment.