Skip to content

Commit

Permalink
test: added total and state values in OCUser
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Oct 21, 2024
1 parent 19fc568 commit 01a775d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ val OC_USER_INFO = UserInfo(
val OC_USER_QUOTA = UserQuota(
accountName = OC_ACCOUNT_NAME,
used = 80_000,
available = 200_000
available = 200_000,
total = 280_000,
state = "normal"
)

val OC_USER_AVATAR = UserAvatar(
Expand Down

0 comments on commit 01a775d

Please sign in to comment.