From 9c470846a6a93bc5bbece9cac2df9bbdcc408e46 Mon Sep 17 00:00:00 2001 From: di1ara Date: Thu, 20 Jul 2023 13:45:50 -0400 Subject: [PATCH] added the error name --- tests/test_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_configs.py b/tests/test_configs.py index 530c282b..a1fee2cd 100644 --- a/tests/test_configs.py +++ b/tests/test_configs.py @@ -1,6 +1,6 @@ ''' testing the creation of brokers.toml if it doesn't exist, - issue was found when trying to run piker chart on windows. + FileNotFoundError was found when trying to run piker chart on windows. ''' from pathlib import Path