Skip to content

Commit a42e144

Browse files
committed
Skip ndax in test for now
1 parent d845e6b commit a42e144

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
@@ -78,7 +78,7 @@ public async Task GlobalSymbolTest()
7878
try
7979
{
8080
if (api is ExchangeUfoDexAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI || api is ExchangeKuCoinAPI ||
81-
api is ExchangeOKCoinAPI || api is ExchangeDigifinexAPI)
81+
api is ExchangeOKCoinAPI || api is ExchangeDigifinexAPI || api is ExchangeNDAXAPI)
8282
{
8383
// WIP
8484
continue;

0 commit comments

Comments
 (0)