tests: Fix typo in test description

This commit is contained in:
Allan McRae 2020-01-08 13:46:35 +10:00
parent acaed30e24
commit 0965023fc5

View file

@ -1,4 +1,4 @@
self.description = "Upgrade a package that loose a provides entry which moves to a dedicated package" self.description = "Upgrade a package that loses a provides entry which moves to a dedicated package"
lp1 = pmpkg("pkg1", "1-1") lp1 = pmpkg("pkg1", "1-1")
lp1.provides = ["feature=1"] lp1.provides = ["feature=1"]