mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-14 01:42:55 +00:00
Added AppendPath method
This commit is contained in:
@@ -25,7 +25,7 @@ namespace CryptoExchange.Net.UnitTests
|
||||
|
||||
|
||||
//assert
|
||||
Assert.IsTrue(client.ClientOptions.BaseAddress == "http://test.address.com/");
|
||||
Assert.IsTrue(client.ClientOptions.BaseAddress == "http://test.address.com");
|
||||
Assert.IsTrue(client.ClientOptions.ReconnectInterval.TotalSeconds == 6);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user