The tests in btcpayserver should use only the services they use (#1233)

This commit is contained in:
Nicolas Dorier
2019-12-24 18:11:21 +09:00
committed by GitHub
parent 4d7480db15
commit f12186e09f
7 changed files with 119 additions and 54 deletions

View File

@@ -13,6 +13,7 @@ using BTCPayServer.Rating;
namespace BTCPayServer.Tests
{
[Trait("Fast", "Fast")]
public class PaymentHandlerTest
{
private BitcoinLikePaymentHandler handlerBTC;