We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201d750 commit b447b6bCopy full SHA for b447b6b
ExchangeSharpTests/ExchangeTests.cs
@@ -68,7 +68,8 @@ public void GlobalSymbolTest()
68
{
69
try
70
71
- if (api is ExchangeUfoDexAPI || api is ExchangeKrakenAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI || api is ExchangeKuCoinAPI)
+ if (api is ExchangeUfoDexAPI || api is ExchangeKrakenAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI || api is ExchangeKuCoinAPI ||
72
+ api is ExchangeOKCoinAPI)
73
74
// WIP
75
continue;
0 commit comments