Skip to content

Commit

Permalink
Specify platform on KeyboardSimulatorWorkerTests to only run on windo…
Browse files Browse the repository at this point in the history
…ws. Will need to fix this to work on non-win operating systems
  • Loading branch information
FaithBeam committed May 12, 2024
1 parent 79c4bc7 commit 7802ec2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

namespace YMouseButtonControl.Core.Tests.KeyboardAndMouse;

[Platform("Win")]
public class KeyboardSimulatorWorkerTests : BaseTest
{
[Test]
Expand Down

0 comments on commit 7802ec2

Please sign in to comment.