Skip to content

Commit

Permalink
Add tests for new macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Oct 2, 2023
1 parent d479e06 commit c2c64f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/inventory/test_macos_build_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def test_ok(self):
("22F770820d", ("macOS", 13, 4, 1, "(c)"), "macOS 13.4.1 (c) (22F770820d)"),
("22G90", ("macOS", 13, 5, 1, None), "macOS 13.5.1 (22G90)"),
("22G91", ("macOS", 13, 5, 2, None), "macOS 13.5.2 (22G91)"),
("22G120", ("macOS", 13, 6, 0, None), "macOS 13.6 (22G120)"),
("23A344", ("macOS", 14, 0, 0, None), "macOS 14.0 (23A344)"),
):
expected_version_d = {
"name": name,
Expand Down

0 comments on commit c2c64f1

Please sign in to comment.