Skip to content

Commit

Permalink
Fixed test attribute typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LTRData committed Nov 24, 2024
1 parent 0a5a6af commit 2fb7ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LibraryTests/WindowsOnlyTheoryAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public override string Skip

return null;
#else
return "This test runs on macOS only";
return "This test runs on Windows only";
#endif
}
set => throw new NotSupportedException();
Expand Down

0 comments on commit 2fb7ace

Please sign in to comment.