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 3f00f6d commit eb9341f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Forest.Tests/ForestContractTests_List.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ public async void Delist33Test()

}

[Fact]
/*[Fact]
public async void Delist33Test_Symbol_Is_Null()
{
//basic begin
Expand Down Expand Up @@ -2438,7 +2438,7 @@ public async void Delist34Test_Price_Is_Null()
var exception = await Assert.ThrowsAsync<Exception>(act);
exception.Message.ShouldContain("Incorrect listing price.");
}
}*/

/* [Fact]
public async void Delist35Test()
Expand Down

0 comments on commit eb9341f

Please sign in to comment.