Skip to content

Commit

Permalink
test(unit: pacman: find_repo_pkgs: providers): default provider of ja…
Browse files Browse the repository at this point in the history
…va-runtime is jdk-openjdk now
  • Loading branch information
actionless committed Jan 2, 2024
1 parent d405c43 commit 0defd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pikaur_test/test_unit_pacman.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def test_error_item_bool_get_str(self):

def test_find_repo_package_multiple_providers(self):
found_pkg = PackageDB.find_repo_package("java-runtime")
self.assertIn("jre-openjdk", found_pkg.name)
self.assertIn("jdk-openjdk", found_pkg.name)

0 comments on commit 0defd7a

Please sign in to comment.