Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
exl7954 committed Apr 27, 2024
1 parent 7acc4a1 commit 788b8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
db = client[app.config['DB_NAME']] # Database name
users = db.users # users collection
scores = db.scores # scores collection

print("test pytest workflow")
def get_db():
"""
Sets up the correct database
Expand Down

0 comments on commit 788b8d6

Please sign in to comment.