From 3f00f6d00c1a64f81aaa5d19d0475d157efe86a2 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 10 Jul 2024 18:52:44 +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 a0f3fc2..a2f8459 100644 --- a/test/Forest.Tests/ForestContractTests_List.cs +++ b/test/Forest.Tests/ForestContractTests_List.cs @@ -3161,7 +3161,7 @@ await UserTokenContractStub.Approve.SendAsync(new ApproveInput() log1.Duration.DurationMinutes.ShouldBe(59); } -}*/ +} [Fact] public async void BatchCancelListTest() @@ -3259,5 +3259,5 @@ public async void BatchCancelListTest() listedNftInfo1.ShouldBeEmpty(); } -} +}*/ } \ No newline at end of file