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 7b7a379 commit 99d2b15
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 @@ -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()
Expand Down Expand Up @@ -3161,7 +3161,7 @@ await UserTokenContractStub.Approve.SendAsync(new ApproveInput()
log1.Duration.DurationMinutes.ShouldBe(59);
}
}
}*/

[Fact]
public async void BatchCancelListTest()
Expand Down

0 comments on commit 99d2b15

Please sign in to comment.