From ad692c185ed35f981861eb02d9dda521481e4610 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 24 Apr 2019 09:55:53 +0200 Subject: [PATCH] Improve comment --- freqtrade/tests/test_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/tests/test_configuration.py b/freqtrade/tests/test_configuration.py index 6fcae6aaa..09041dd3d 100644 --- a/freqtrade/tests/test_configuration.py +++ b/freqtrade/tests/test_configuration.py @@ -658,7 +658,7 @@ def test_load_config_default_subkeys(all_conf, keys) -> None: """ Test for parameters with default values in sub-paths so they can be omitted in the config and the default value - should be present in the config as the option value + should is added to the config. """ # Get first level key key = keys[0]