Skip to content

Commit

Permalink
Fix typo in test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 12, 2024
1 parent b70baf3 commit 321f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/configuration_util_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ def test_get_neon_yaml_config(self, get_core_root):
"from_user": True,
"not_from_user": False
}})
shutil.rmtree(join(config_dir, os.environ["XDG_CONFIG_BASE_FOLDER"]))
shutil.rmtree(join(config_dir, os.environ["OVOS_CONFIG_BASE_FOLDER"]))


class DeprecatedConfigTests(unittest.TestCase):
Expand Down

0 comments on commit 321f929

Please sign in to comment.