Skip to content

Commit

Permalink
Fix missing quote in fixtures.py (#8324)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Aug 7, 2023
1 parent 53794fb commit 44d1e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/semantic_models/fixtures.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metricflow_time_spine_sql = """
SELECT to_date('02/20/2023, 'mm/dd/yyyy') as date_day
SELECT to_date('02/20/2023', 'mm/dd/yyyy') as date_day
"""

models_people_sql = """
Expand Down

0 comments on commit 44d1e73

Please sign in to comment.