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()