Skip to content

Commit

Permalink
Update PublicApiTestCase platform filtering to use NUnit attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Jevonius committed Apr 8, 2022
1 parent e078044 commit 14264bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Castle.Core.Tests/PublicApiTestCase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Castle
/// the assertion will obviously fail if someone changes the public API without also including the change to the ref/*.cs files
/// </summary>
[TestFixture]
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
[Platform(Include = "Win")]
public class PublicApiTestCase
{
private static readonly string[] assemblies =
Expand Down

0 comments on commit 14264bc

Please sign in to comment.