Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Sep 30, 2024
1 parent 2968a8b commit 091da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validations/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def test_conversion_metrics() -> None: # noqa: D
"the measure must be COUNT/SUM(1)/COUNT_DISTINCT",
"The provided constant property: bad_dim, cannot be found",
"The provided constant property: bad_dim2, cannot be found",
"filter on a conversion input measure is not fully supported",
"filtering on a conversion input measure is not fully supported yet",
]
check_error_in_issues(error_substrings=expected_substrings, issues=build_issues)

Expand Down

0 comments on commit 091da02

Please sign in to comment.