Skip to content

Commit

Permalink
chore: with -> by
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Dec 23, 2024
1 parent 611a480 commit 5fd6dd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/manager/models/test_vfolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ def get_graphquery_context(database_engine: ExtendedAsyncSAEngine) -> GraphQuery
},
],
ids=[
"Batchload a vfolder with id",
"Batchload multiple vfolders with ids",
"Batchload a vfolder with user_id",
"Batchload a vfolder with user_id and domain_name",
"Batchload a vfolder with user_id and invalid domain_name",
"Batchload a vfolder with group_id",
"Batchload a vfolder by id",
"Batchload multiple vfolders by ids",
"Batchload a vfolder by user_id",
"Batchload a vfolder by user_id and domain_name",
"Batchload a vfolder by user_id and invalid domain_name",
"Batchload a vfolder by group_id",
],
)
async def test_batch_load_by_id(
Expand Down

0 comments on commit 5fd6dd0

Please sign in to comment.