From fd915fdc5ce1459557d29aeb8ab2fa4b4ad85381 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 10 Feb 2018 22:21:52 +0900 Subject: [PATCH] fix test --- BTCPayServer.Tests/TestAccount.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BTCPayServer.Tests/TestAccount.cs b/BTCPayServer.Tests/TestAccount.cs index d74cbd754..dd50e3dd8 100644 --- a/BTCPayServer.Tests/TestAccount.cs +++ b/BTCPayServer.Tests/TestAccount.cs @@ -70,6 +70,7 @@ namespace BTCPayServer.Tests CryptoCurrency = cryptoCode, DerivationSchemeFormat = "BTCPay", DerivationScheme = DerivationScheme.ToString(), + Confirmation = true }, "Save"); return store; } @@ -90,6 +91,7 @@ namespace BTCPayServer.Tests CryptoCurrency = crytoCode, DerivationSchemeFormat = crytoCode, DerivationScheme = derivation.ToString(), + Confirmation = true }, "Save"); }