Browse Source

Moved gesture tests to Avalonia.Input.

As `Gestures` is defined here, not in Avalonia.Interactivity.
pull/2779/head
Steven Kirk 7 years ago
parent
commit
2c9114d2a2
  1. 2
      tests/Avalonia.Input.UnitTests/GesturesTests.cs

2
tests/Avalonia.Interactivity.UnitTests/GestureTests.cs → tests/Avalonia.Input.UnitTests/GesturesTests.cs

@ -9,7 +9,7 @@ using Xunit;
namespace Avalonia.Interactivity.UnitTests
{
public class GestureTests
public class GesturesTests
{
private MouseTestHelper _mouse = new MouseTestHelper();
Loading…
Cancel
Save