Skip to content

Commit

Permalink
fixed Dimension(...).grain(...) test
Browse files Browse the repository at this point in the history
  • Loading branch information
DevonFulcher committed Oct 4, 2023
1 parent cf013c5 commit b15f8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricflow/test/model/test_where_filter_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_dimension_in_filter_with_grain( # noqa: D
column_association_resolver: ColumnAssociationResolver,
) -> None:
where_filter = PydanticWhereFilter(
where_sql_template="{{ Dimension('listing__country_latest').grain('WEEKLY') }} = 'US'"
where_sql_template="{{ Dimension('listing__country_latest').grain('WEEK') }} = 'US'"
)

where_filter_spec = WhereSpecFactory(
Expand Down

0 comments on commit b15f8e5

Please sign in to comment.