Skip to content

Commit 201d750

Browse files
committed
Kucoin symbol conversion unit test is broken
1 parent 41d1b47 commit 201d750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExchangeSharpTests/ExchangeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void GlobalSymbolTest()
6868
{
6969
try
7070
{
71-
if (api is ExchangeUfoDexAPI || api is ExchangeKrakenAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI)
71+
if (api is ExchangeUfoDexAPI || api is ExchangeKrakenAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI || api is ExchangeKuCoinAPI)
7272
{
7373
// WIP
7474
continue;

0 commit comments

Comments
 (0)