Skip to content

Commit 9448134

Browse files
partheaohmayr
andauthored
Apply suggestion
Co-authored-by: ohmayr <[email protected]>
1 parent d72dfb4 commit 9448134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Species(proto.Enum):
3232

3333

3434
class Color(proto.Enum):
35-
COLOR_UNKNOWN = 0
35+
UNKNOWN = 0
3636
BLUE = 1
3737
ORANGE = 2
3838
GREEN = 3

0 commit comments

Comments
 (0)