We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72dfb4 commit 9448134Copy full SHA for 9448134
tests/clam.py
@@ -32,7 +32,7 @@ class Species(proto.Enum):
32
33
34
class Color(proto.Enum):
35
- COLOR_UNKNOWN = 0
+ UNKNOWN = 0
36
BLUE = 1
37
ORANGE = 2
38
GREEN = 3
0 commit comments