1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 21:02:55 +00:00

Comments, fix test

This commit is contained in:
Jkorf
2021-12-01 16:26:34 +01:00
parent 3c3b5639f5
commit 6d0120d564
13 changed files with 134 additions and 66 deletions
@@ -14,6 +14,14 @@ namespace CryptoExchange.Net.UnitTests
[TestFixture()]
public class OptionsTests
{
[TearDown]
public void Init()
{
TestClientOptions.Default = new TestClientOptions
{
};
}
[TestCase(null, null)]
[TestCase("", "")]
[TestCase("test", null)]