Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Li <minghao_li@outlook.com>
  • Loading branch information
chilir committed May 10, 2024
1 parent 9842717 commit 53561b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/store/tracking/test_sqlalchemy_store_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_store_generated_schema_matches_base(tmp_path, db_url):
# `diff` contains several `remove_index` operations because `Base.metadata` does not contain
# index metadata but `mc` does. Note this doesn't mean the MLflow database is missing indexes
# as tested in `test_create_index_on_run_uuid`.
# `remove_fk` index operation is from cascading deletion when an experiment is deleted as
# `remove_fk` operations are from cascading deletion when an experiment is deleted as
# `experiment_id` is a foreign key in the `datasets` and `experiment_tags` tables.
diff = [d for d in diff if (d[0] not in ["remove_index", "add_index", "add_fk", "remove_fk"])]
assert len(diff) == 0
Expand Down

0 comments on commit 53561b5

Please sign in to comment.