Skip to content

Commit

Permalink
Automated commit by sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoabeltran16 committed Jul 26, 2024
1 parent 4f0afdd commit 6969c73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
run: |
pytest
4 changes: 4 additions & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# tests/integration/test_example.py

def test_example():
assert 1 + 1 == 2

0 comments on commit 6969c73

Please sign in to comment.