pactest: fix description of remove040
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
796cc4e6ed
commit
07069cd502
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
self.description = "Remove a package required by another package"
|
self.description = "Remove a package that requires another package"
|
||||||
|
|
||||||
lp1 = pmpkg("pkg1")
|
lp1 = pmpkg("pkg1")
|
||||||
lp1.depends = ["imaginary"]
|
lp1.depends = ["imaginary"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue