Skip to content

Commit

Permalink
Fix singular should be plural
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Sep 16, 2024
1 parent 75601a3 commit ed702d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_revert_migrated_tables(ws, caplog):
ctx = WorkspaceContext(ws).replace(
is_azure=True,
azure_cli_authenticated=True,
azure_subscription_id=["test"],
azure_subscription_ids=["test"],
is_gcp=False,
)
assert revert_migrated_tables(ws, prompts, schema=None, table=None, ctx=ctx) is None
Expand Down

0 comments on commit ed702d1

Please sign in to comment.