Cleanup Test Asymmetric Search to Fix Test

- test_regenerate_with_valid_content failed when run after test_asymmetric_search
- test_asymmetric_search did't clean the temporary update to config it had made
- This was resulting in regenerate looking for a file that didn't exist
This commit is contained in:
Debanjum Singh Solanky 2022-07-07 01:25:31 +04:00
parent 7677465f23
commit 8bb9a49994

View file

@ -73,4 +73,5 @@ def test_asymmetric_reload(content_config: ContentConfig, search_config: SearchC
# Cleanup
# delete reload test file added
content_config.org.input_files = []
file_to_add_on_reload.unlink()