From 901a69f702aef77daf46f4c559892877a5d048eb Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 20 Oct 2023 22:12:16 +0200 Subject: [PATCH] fix tests --- John_Doe_CV.yaml | 2 -- tests/test_cli.py | 3 --- 2 files changed, 5 deletions(-) diff --git a/John_Doe_CV.yaml b/John_Doe_CV.yaml index 3207238..617ce03 100644 --- a/John_Doe_CV.yaml +++ b/John_Doe_CV.yaml @@ -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*! diff --git a/tests/test_cli.py b/tests/test_cli.py index 49eca56..5fcdbe7 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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")