Skip to content

Commit

Permalink
squash: modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Jul 3, 2024
1 parent 79e58c3 commit 669f480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ def test_parse_maximal_constraint() -> None:
- and:
- and:
- disk[0].size: == 40 GiB
- disk[0].physical-sector-size: == 4096 dimensionless
- disk[0].physical-sector-size: == 4096 B
- disk[0].model-name: ~ WD 100G.*
- and:
- disk[1].size: == 120 GiB
- disk[1].logical-sector-size: == 512 dimensionless
- disk[1].logical-sector-size: == 512 B
- disk[1].driver: == virtblk
- and:
- and:
Expand Down

0 comments on commit 669f480

Please sign in to comment.