Fix snapshot that somehow I missed

This commit is contained in:
Anthony Bullard 2025-01-08 16:05:42 -06:00
parent 9b9b6d39f3
commit 20b20019a1
No known key found for this signature in database

View file

@ -1,8 +1,10 @@
combine( combine(
mix(vodka, gin), mix(vodka, gin),
Juices({ Juices(
{
color: Colors.orange, color: Colors.orange,
flavor: Flavors.orange, flavor: Flavors.orange,
amount: 1 + 2, amount: 1 + 2,
}), },
),
) )