Skip to content

Commit

Permalink
|
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed May 1, 2024
1 parent dc81538 commit c16a63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ai/test_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_is_enum():
class TestClassifier:
class TestSimple:
def test_color_red(self):
result = Color("rose")
result = Color("burgundy")
assert result == Color.RED

def test_color_green(self):
Expand Down

0 comments on commit c16a63f

Please sign in to comment.