Skip to content

Commit

Permalink
chore: Column test
Browse files Browse the repository at this point in the history
  • Loading branch information
sabino committed Nov 26, 2024
1 parent 8c2a86a commit bbeb875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/fixtures/manifest-v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
"payment_method": {
"name": "payment_method",
"description": "",
"meta": {},
"meta": {
"metabase.description": "The method used to complete a payment."
},
"data_type": null,
"constraints": [],
"quote": null,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_v12():
),
Column(
name="payment_method",
description="",
description="The method used to complete a payment.",
),
Column(
name="order_id",
Expand Down

0 comments on commit bbeb875

Please sign in to comment.