Skip to content

Commit

Permalink
Fix group by syntax in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Apr 2, 2024
1 parent bd8a335 commit f13f0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cases/itest_dimensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ integration_test:
listing_id AS listing
, SUM(1) AS bookings
FROM {{ source_schema }}.fct_bookings
GROUP BY listing
GROUP BY listing_id
) a
ON l.listing_id = a.listing
)
Expand Down

0 comments on commit f13f0a3

Please sign in to comment.