Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e/tests/payment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (s *PaymentTestSuite) TestCreatePaymentAccount() {
s.Require().Equal(false, paymentAccount.PaymentAccount.Refundable)
}

// TestVersionedParams_SealAfterReserveTimeChange will cover the following case:
// TestVersionedParams_SealObjectAfterReserveTimeChange will cover the following case:
// create an object, increase the reserve time, seal the object without error.
func (s *PaymentTestSuite) TestVersionedParams_SealObjectAfterReserveTimeChange() {
defer s.revertParams()
Expand Down Expand Up @@ -160,7 +160,7 @@ func (s *PaymentTestSuite) TestVersionedParams_SealObjectAfterReserveTimeChange(
s.SendTxBlock(user, msgDeleteBucket)
}

// TestVersionedParams_DeleteAfterValidatorTaxRateChange will cover the following case:
// TestVersionedParams_DeleteBucketAfterValidatorTaxRateChange will cover the following case:
// create a bucket with non-zero read quota, change the validator tax rate, delete the bucket.
// The rate of the validator tax address should be correct.
func (s *PaymentTestSuite) TestVersionedParams_DeleteBucketAfterValidatorTaxRateChange() {
Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/storage_bill_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ func (s *PaymentTestSuite) TestStorageBill_CopyObject_WithoutPriceChange() {
s.Require().Equal(streamRecordsAfterCopy.Tax.NetflowRate.Sub(streamRecordsAfter.Tax.NetflowRate), taxRate)
}

// TestStorageBill_CopyObject_WithoutPriceChange
// TestStorageBill_CopyObject_WithPriceChange
func (s *PaymentTestSuite) TestStorageBill_CopyObject_WithPriceChange() {
var err error
ctx := context.Background()
Expand Down