From 091da0228825adc9695c1ff2926b1fa2b29cb2e9 Mon Sep 17 00:00:00 2001 From: Will Deng Date: Mon, 30 Sep 2024 13:06:46 -0400 Subject: [PATCH] fix test --- tests/validations/test_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/validations/test_metrics.py b/tests/validations/test_metrics.py index 3ca99e64..eba08083 100644 --- a/tests/validations/test_metrics.py +++ b/tests/validations/test_metrics.py @@ -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)