Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Dec 4, 2024
1 parent 62f5d6a commit 0ab144b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ def clear_es_indexes():
conn.indices.delete(index=index_name + '_*')

def pytest_xdist_make_scheduler(config, log):
return LoadScopeSchedulingDjangofied(config, log)
return LoadScopeSchedulingDjangoOrdered(config, log)

0 comments on commit 0ab144b

Please sign in to comment.