From 3bf1b78b330b5e4684b5ade30ae04398ed7bd401 Mon Sep 17 00:00:00 2001 From: Kukks Date: Wed, 8 Apr 2020 14:31:58 +0200 Subject: [PATCH] fix --- BTCPayServer.Tests/TestAccount.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer.Tests/TestAccount.cs b/BTCPayServer.Tests/TestAccount.cs index 96c89a17e..f4611902c 100644 --- a/BTCPayServer.Tests/TestAccount.cs +++ b/BTCPayServer.Tests/TestAccount.cs @@ -285,6 +285,7 @@ namespace BTCPayServer.Tests i++; } Assert.False(true); + return null; } public async Task GetNewAddress(BTCPayNetwork network)