Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Oct 7, 2024
1 parent bcdd1d6 commit 2fe025d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_multiclass_detector(gl_experimental: ExperimentalApi):
"""
name = f"Test {datetime.utcnow()}"
class_names = ["Golden Retriever", "Labrador Retriever", "Poodle"]
created_detector = gl_experimental.create_counting_detector(
created_detector = gl_experimental.create_multiclass_detector(
name, "What kind of dog is this?", class_names=class_names
)
assert created_detector is not None
Expand Down

0 comments on commit 2fe025d

Please sign in to comment.