Skip to content

Commit

Permalink
test(arch_wiki: split_pkgs_3): fix the code
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 2, 2024
1 parent a5be7a2 commit d405c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pikaur_test/test_arch_wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_split_packages_3(self):

self.remove_packages(pkg_name_1)
# Split packages 3: 2 split packages
fake_pikaur("-S {pkg_name_1} {pkg_name_2} --mflags=--skippgpcheck")
fake_pikaur(f"-S {pkg_name_1} {pkg_name_2} --mflags=--skippgpcheck")
self.assertInstalled(pkg_name_1)
self.assertInstalled(pkg_name_2)

Expand Down

0 comments on commit d405c43

Please sign in to comment.