summaryrefslogtreecommitdiffstats
path: root/tests/999_remove_database.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/999_remove_database.pp')
-rw-r--r--tests/999_remove_database.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/999_remove_database.pp b/tests/999_remove_database.pp
index 34e224d..8a5df3e 100644
--- a/tests/999_remove_database.pp
+++ b/tests/999_remove_database.pp
@@ -1,4 +1,3 @@
-
-err("Will remove 'test_db' again")
+err("Will remove 'test_db'")
mysql_database { "test_db": ensure => absent }