Skip to content

Commit 2c2fcb6

Browse files
committed
🔨 fix: typo
1 parent 72b7f2a commit 2c2fcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_vision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def test_LabelStudio_no_json():
544544

545545
def _test_LabelStudio_detection(path=None):
546546
if path is None:
547-
path = f"{data}/annotation/label-studio-segmentation.json"
547+
path = f"{data}/annotation/label-studio-detection.json"
548548
ls = zz.vision.LabelStudio(data, path)
549549
assert len(ls) == 1
550550
path, annotation = ls[0]

0 commit comments

Comments
 (0)