From 61f03638598fecc1cd848a5b1832a10f9398607b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Sep 2019 04:12:28 +0000 Subject: [PATCH] gave it a proper output --- test/unit/tc_filesystem.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/tc_filesystem.rb b/test/unit/tc_filesystem.rb index 9e78c68dd..98ef13d97 100644 --- a/test/unit/tc_filesystem.rb +++ b/test/unit/tc_filesystem.rb @@ -33,7 +33,7 @@ class TC_Filesystem < Test::Unit::TestCase test_file = '../../config.yaml' user_cred=YAML.load_file(test_file) x= user_cred['beef']['credentials'] - assert_equal({"passwd"=>"beef", "user"=>"beef"}, x, 'this shall not work' ) + assert_equal({"passwd"=>"beef", "user"=>"beef"}, x, 'The default creds are not set' ) end def test_install_file