Browse Source

Broken mocks every-freaking-where

pull/3875/head
Nikita Tsukanov 6 years ago
parent
commit
159cea5f4c
  1. 2
      tests/Avalonia.RenderTests/TestBase.cs

2
tests/Avalonia.RenderTests/TestBase.cs

@ -184,7 +184,7 @@ namespace Avalonia.Direct2D1.RenderTests
public void Signal(DispatcherPriority prio)
{
throw new NotImplementedException();
// No-op
}
public IDisposable StartTimer(DispatcherPriority priority, TimeSpan interval, Action tick)

Loading…
Cancel
Save