Skip to content

Commit b447b6b

Browse files
committed
OkCoin symbol conversion is broken
1 parent 201d750 commit b447b6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ExchangeSharpTests/ExchangeTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public void GlobalSymbolTest()
6868
{
6969
try
7070
{
71-
if (api is ExchangeUfoDexAPI || api is ExchangeKrakenAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI || api is ExchangeKuCoinAPI)
71+
if (api is ExchangeUfoDexAPI || api is ExchangeKrakenAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI || api is ExchangeKuCoinAPI ||
72+
api is ExchangeOKCoinAPI)
7273
{
7374
// WIP
7475
continue;

0 commit comments

Comments
 (0)