Skip to content

Commit

Permalink
message is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
0yukali0 committed Sep 10, 2023
1 parent 2b0c731 commit 79841fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/user_quota_tracing/user_quota_tracing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func checkUserUsage(fromREST bool, usersUsage []*dao.UserResourceUsageDAOInfo, e
var userUsage *dao.UserResourceUsageDAOInfo
var err error
for userName, expectedUserUsage := range expectedUserUsage {
By(fmt.Sprintf("UserUsage: Check group resource usage of %s in each queue", userName))
By(fmt.Sprintf("UserUsage: Check user resource usage of %s in each queue", userName))
if fromREST {
userUsage, err = RestClient.GetUserUsage(DEFAULT_PARTITION, userName)
Ω(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit 79841fc

Please sign in to comment.