Skip to content

Commit

Permalink
test(arch_wiki): sync with the current content of the page - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 2, 2024
1 parent 5360978 commit dfb7f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pikaur_test/test_arch_wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def test_split_packages_3(self):
# Split packages 3:
# Split packages independently,
# such as nxproxy and nxagent
pkg_name_1 = "python-pyalsaaudio"
pkg_name_2 = "python2-pyalsaaudio"
pkg_name_1 = "nxproxy"
pkg_name_2 = "nxagent"

fake_pikaur(f"-S {pkg_name_1} --mflags=--skippgpcheck")
self.assertInstalled(pkg_name_1)
Expand Down

0 comments on commit dfb7f83

Please sign in to comment.