Skip to content

Commit

Permalink
Updated test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Dec 28, 2024
1 parent 062c649 commit 1e39c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ def test_cli_no_config():
# assert "Active environment: None" in result.output


@mark("migrations")
@mark.docker
def test_database_migrations(cfg):
"""Test that database migrations can be run."""
from macrostrat.core.migrations import _dry_run_migrations

res = _dry_run_migrations(legacy=False)
Expand Down

0 comments on commit 1e39c21

Please sign in to comment.