From 99d2b15d4f62e44f42fbf15ed151c07dbb84e6c5 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 10 Jul 2024 18:48:08 +0800 Subject: [PATCH] fix ut --- test/Forest.Tests/ForestContractTests_List.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Forest.Tests/ForestContractTests_List.cs b/test/Forest.Tests/ForestContractTests_List.cs index ddfacea..a0f3fc2 100644 --- a/test/Forest.Tests/ForestContractTests_List.cs +++ b/test/Forest.Tests/ForestContractTests_List.cs @@ -3124,7 +3124,7 @@ await UserTokenContractStub.Approve.SendAsync(new ApproveInput() lo2.Duration.DurationHours.ShouldBe(0); lo2.Duration.DurationMinutes.ShouldBe(263520); } -}*/ +} [Fact] public async void ListWithFixedPrice21Test() @@ -3161,7 +3161,7 @@ await UserTokenContractStub.Approve.SendAsync(new ApproveInput() log1.Duration.DurationMinutes.ShouldBe(59); } -} +}*/ [Fact] public async void BatchCancelListTest()