fix tests

This commit is contained in:
Sina Atalay 2023-10-20 22:12:16 +02:00
parent 1d15266989
commit 901a69f702
2 changed files with 0 additions and 5 deletions

View File

@ -159,13 +159,11 @@ cv:
end_date: "2022-08-01"
- title: My Third Custom Section
entry_type: ExperienceEntry
link_text: My Link Text
entries:
- company: Hop!
position: Hop!
date: My Date
location: My Location
url: https://example.com
highlights:
- I think this is really working. This is an *ExperienceEntry*!

View File

@ -68,7 +68,4 @@ class TestCLI(unittest.TestCase):
output_file_path
)
# Remove the output file:
os.remove(output_file_path)
self.assertTrue(model.cv.name == "John Doe")