From 8593d33879b6597fd5a113c45e8950adbee2a44d Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 10 Apr 2025 23:56:07 +0900 Subject: [PATCH] fix test --- BTCPayServer.Tests/UnitTest1.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer.Tests/UnitTest1.cs b/BTCPayServer.Tests/UnitTest1.cs index e9ab88375..18354e723 100644 --- a/BTCPayServer.Tests/UnitTest1.cs +++ b/BTCPayServer.Tests/UnitTest1.cs @@ -2849,7 +2849,7 @@ namespace BTCPayServer.Tests ) VALUES ( '03463aab-844e-4d60-872f-26310b856131', '7Nefq9u8DDYL56HAFskWdHNQ9ZCdfbkVWkH4xYhfzxiB', - 2, + 1, NULL, '2024-03-21 23:15:26.356677+00', FALSE, @@ -2861,7 +2861,7 @@ namespace BTCPayServer.Tests ) VALUES ( 'other', '7Nefq9u8DDYL56HAFskWdHNQ9ZCdfbkVWkH4xYhfzxiB', - 1, + 3, NULL, '2024-03-21 23:15:26.356677+00', FALSE, @@ -2873,7 +2873,7 @@ namespace BTCPayServer.Tests ) VALUES ( 'expired-bug', '7Nefq9u8DDYL56HAFskWdHNQ9ZCdfbkVWkH4xYhfzxiB', - 1, + 3, NULL, '2024-03-21 23:15:26.356677+00', FALSE,