Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Dec 23, 2024
1 parent e5673ac commit 7486ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def test_create_repository(temp_dir):

# Check if GitHub Actions are added
assert os.path.exists(
os.path.join(project_path, ".github", "workflows", "pypi-test.yml")
os.path.join(project_path, ".github", "workflows", "run-tests.yml")
)
assert os.path.exists(
os.path.join(project_path, ".github", "workflows", "pypi-publish.yml")
os.path.join(project_path, ".github", "workflows", "publish-pypi.yml")
)

# Check if pre-commit config is added
Expand Down

0 comments on commit 7486ca2

Please sign in to comment.