Skip to content

Commit

Permalink
test(basic: conflicting aur pkgs): change to 2bwm/2bwm-git test pair
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 2, 2024
1 parent 5527ebe commit 87def98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pikaur_test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def test_pkgbuild_custom_gpgdir(self):
self.remove_if_installed(pkg_name)

def test_conflicting_aur_packages(self):
conflicting_aur_package1 = "resvg"
conflicting_aur_package2 = "resvg-git"
conflicting_aur_package1 = "2bwm"
conflicting_aur_package2 = "2bwm-git"
self.remove_if_installed(
conflicting_aur_package1,
conflicting_aur_package2,
Expand Down

0 comments on commit 87def98

Please sign in to comment.