Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Oct 20, 2023
1 parent 1d15266 commit 901a69f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions John_Doe_CV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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*!

Expand Down
3 changes: 0 additions & 3 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,4 @@ def test_new(self):
output_file_path
)

# Remove the output file:
os.remove(output_file_path)

self.assertTrue(model.cv.name == "John Doe")

0 comments on commit 901a69f

Please sign in to comment.