From e08710a19c96a05218eeab8cd79dece1b519154b Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 27 Dec 2018 16:11:58 +0900 Subject: [PATCH] Fix tests --- BTCPayServer.Tests/UnitTest1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer.Tests/UnitTest1.cs b/BTCPayServer.Tests/UnitTest1.cs index b16fb7a4a..048c16dc5 100644 --- a/BTCPayServer.Tests/UnitTest1.cs +++ b/BTCPayServer.Tests/UnitTest1.cs @@ -1455,7 +1455,7 @@ donation: Assert.Equal("{0} Purchase", vmview.ButtonText); Assert.Equal("Nicolas Sexy Hair", vmview.CustomButtonText); Assert.Equal("Wanna tip?", vmview.CustomTipText); - Assert.Equal("15,18,20", vmview.CustomTipPercentages); + Assert.Equal("15,18,20", string.Join(',', vmview.CustomTipPercentages)); Assert.IsType(publicApps.ViewPointOfSale(appId, 0, null, null, null, null, "orange").Result); //