test: Fix small test warnings

These were issues we should be catching.
This commit is contained in:
James Shubin
2023-12-12 00:01:29 -05:00
parent 32b26a09c2
commit a6b6aa570e
5 changed files with 13 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
# this combination should error
pkg "cowsay" {
state => "uninstalled",
state => "uninstalled",
}
pkg "cowsay" {
state => "installed",
state => "installed",
}