diff --git a/test/Forest.Tests/ForestContractTests_List.cs b/test/Forest.Tests/ForestContractTests_List.cs index feaf712..aee08d1 100644 --- a/test/Forest.Tests/ForestContractTests_List.cs +++ b/test/Forest.Tests/ForestContractTests_List.cs @@ -2440,7 +2440,7 @@ public async void Delist34Test_Price_Is_Null() } - [Fact] + /* [Fact] public async void Delist35Test() { //basic begin @@ -2489,9 +2489,9 @@ public async void Delist35Test() }); executionResult1.TransactionResult.Logs.Count.ShouldBe(0); - } + }*/ - /* [Fact] + [Fact] public async void Delist36Test() { //basic begin @@ -3076,9 +3076,9 @@ await UserTokenContractStub.Approve.SendAsync(new ApproveInput() lo2.Duration.DurationHours.ShouldBe(0); lo2.Duration.DurationMinutes.ShouldBe(4392 * 60); } - }*/ + } - /*[Fact] + [Fact] public async void ListWithFixedPrice20_4Test() { await InitializeForestContract(); @@ -3259,5 +3259,5 @@ public async void BatchCancelListTest() listedNftInfo1.ShouldBeEmpty(); } - }*/ + } } \ No newline at end of file