Fix tests

This commit is contained in:
nicolas.dorier 2023-06-01 22:17:42 +09:00
parent 3818468932
commit 358e122775
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -306,6 +306,8 @@ retry:
foreach ((CurrencyPair key, Task<RateResult> value) in result)
{
var rateResult = value.GetAwaiter().GetResult();
if (key.ToString() == "BTG_USD")
continue; // shitcoin not supported by bitfinex anymore
TestLogs.LogInformation($"Testing {key}");
if (brokenShitcoins.Contains(key.ToString()))
continue;