Skip to content

Commit 2938a2e

Browse files
committed
Add a name to the MeasurementTemplate in cake
1 parent b49d2d2 commit 2938a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taurus/demo/cake.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def make_cake_templates():
7171
)
7272

7373
tmpl["Taste test"] = MeasurementTemplate(
74+
name="Taste test",
7475
properties=[tmpl["Tastiness"]]
7576
)
7677

0 commit comments

Comments
 (0)