Skip to content

Commit

Permalink
Merge pull request autotest#5562 from QianJianhua1/typo
Browse files Browse the repository at this point in the history
fix a typo in _trim_completed
  • Loading branch information
dzhengfy authored May 10, 2024
2 parents ae00d05 + 07dc8b1 commit 1942de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/src/virsh_cmd/domain/virsh_domfstrim.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _full_mapped():
def _trim_completed():
"""
Do empty fstrim check
:return: True of False
:return: True or False
"""
cmd_result = virsh.domfstrim(vm_name, minimum, mountpoint, options,
unprivileged_user=unprivileged_user,
Expand Down

0 comments on commit 1942de4

Please sign in to comment.