Skip to content

Commit 4c79f82

Browse files
test_bug
1 parent 867ff44 commit 4c79f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/annotations/test_clarifai_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_imagenet_loader(self,):
3030
clarifai_loader = annotation_object.clarifai_loader()
3131
assert len(clarifai_loader) == 3
3232
assert clarifai_loader.task == 'visual_classification'
33-
assert clarifai_loader[0].labels[0] in ['label_0', 'lable_1']
33+
assert clarifai_loader[0].labels[0] in ['label_0', 'label_1']
3434
assert clarifai_loader[0].id == '1'
3535

3636
def test_cifar_loader(self,):

0 commit comments

Comments
 (0)