Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 6825184

Browse files
authored
Merge pull request #19 from devoteamgcloud/15-add-measures-by-default
15 add measures by default
2 parents ce1f002 + 7819117 commit 6825184

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_lookml.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ def test_measure_generation(self, my_lookml: LookML) -> None:
5151
for view in my_lookml.lookml_templates.values():
5252
assert (
5353
"""
54-
measure: count {
55-
type: count
56-
}
57-
""".strip()
54+
measure: count {
55+
type: count
56+
}
57+
""".strip()
5858
in view.strip()
5959
)
6060

0 commit comments

Comments
 (0)