Skip to content

Commit

Permalink
test-api: add Byte unit
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Gierszewski <[email protected]>
  • Loading branch information
Kamil Gierszewski committed Dec 10, 2024
1 parent e698d15 commit d8be90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/api/cas/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class UnitType(Enum):
kibibyte = "[KiB]"
gibibyte = "[GiB]"
seconds = "[s]"
byte = "[B]"

def __str__(self):
return self.value
Expand Down

0 comments on commit d8be90c

Please sign in to comment.