1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Fixed warnings in tests

This commit is contained in:
Jkorf
2021-10-05 15:51:14 +02:00
parent adf221dd00
commit 4758d348de
2 changed files with 5 additions and 143 deletions
@@ -106,5 +106,10 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
{
throw new NotImplementedException();
}
public void InvokeError(Exception error)
{
OnError?.Invoke(error);
}
}
}