Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
fyannch committed Jul 10, 2024
1 parent 7153f5f commit 345750e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/Forest.Tests/ForestContractTests_List.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ public async void Delist34Test_Price_Is_Null()

}

[Fact]
/* [Fact]
public async void Delist35Test()
{
//basic begin
Expand Down Expand Up @@ -2489,9 +2489,9 @@ public async void Delist35Test()
});
executionResult1.TransactionResult.Logs.Count.ShouldBe(0);
}
}*/

/* [Fact]
[Fact]
public async void Delist36Test()
{
//basic begin
Expand Down Expand Up @@ -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();
Expand Down Expand Up @@ -3259,5 +3259,5 @@ public async void BatchCancelListTest()
listedNftInfo1.ShouldBeEmpty();

}
}*/
}
}

0 comments on commit 345750e

Please sign in to comment.