Skip to content

Commit

Permalink
bookworm liquidsoap version
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Mar 15, 2023
1 parent 6339413 commit 3ce7f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playout/tests/liquidsoap/version_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ def test_get_liquidsoap_version():
"focal": (1, 4, 2),
"bullseye": (1, 4, 3),
"jammy": (2, 0, 2),
"bookworm": (2, 1, 3),
}
assert get_liquidsoap_version() == liquidsoap_version_map[distro.codename()]

0 comments on commit 3ce7f1d

Please sign in to comment.