Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: ohmayr <[email protected]>
  • Loading branch information
parthea and ohmayr authored Oct 15, 2024
1 parent d72dfb4 commit 9448134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clam.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Species(proto.Enum):


class Color(proto.Enum):
COLOR_UNKNOWN = 0
UNKNOWN = 0
BLUE = 1
ORANGE = 2
GREEN = 3
Expand Down

0 comments on commit 9448134

Please sign in to comment.