Skip to content

Commit

Permalink
Update tests/integration_tests/charts/data/api_tests.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ville Brofeldt <[email protected]>
  • Loading branch information
kgabryje and villebro committed Mar 3, 2023
1 parent ce1843d commit 662985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/charts/data/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
INCOMPATIBLE_ADHOC_COLUMN_FIXTURE: AdhocColumn = {
"hasCustomLabel": True,
"label": "exciting_or_boring",
"sqlExpression": "case when genre = 'Action' then 'Exciting' " "else 'Boring' end",
"sqlExpression": "case when genre = 'Action' then 'Exciting' else 'Boring' end",
}


Expand Down

0 comments on commit 662985c

Please sign in to comment.