Skip to content

Commit

Permalink
Update user ID in create_test_data function
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Mar 1, 2024
1 parent 1dcc572 commit 3df89c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codex/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def create_test_data():
"name": "TicTacToe Game",
"deleted": False,
"id": test_const.app_id_11,
"userId": user_id_2,
"userId": user_2.user_id,
"updatedAt": datetime.now(),
},
]
Expand Down

0 comments on commit 3df89c1

Please sign in to comment.