Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 10, 2024
1 parent fffd9b9 commit bf95984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def pytest_configure(config):
(
"tests.store.tracking.test_sqlalchemy_store.test_search_experiments_order_by_time_attribute",
"tests/override_test_sqlalchemy_store.py",
)
),
):
func_name = func_to_patch.rsplit(".", 1)[1]
new_func_file = (
Expand Down
4 changes: 3 additions & 1 deletion tests/override_test_sqlalchemy_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ def test_search_experiments_max_results_validation(store: SqlAlchemyStore):
):
store.search_experiments(max_results=1_000_000)


def test_search_experiments_filter_by_time_attribute(store: SqlAlchemyStore):
()


def test_search_experiments_order_by_time_attribute(store: SqlAlchemyStore):
()
()

0 comments on commit bf95984

Please sign in to comment.