Skip to content

Commit b2a0a94

Browse files
committed
wops
1 parent 95d31e6 commit b2a0a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/YOLO/index_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('YOLO', () => {
2525

2626
beforeEach(async () => {
2727
jasmine.DEFAULT_TIMEOUT_INTERVAL = 100000;
28-
yolo = ml5.YOLO();
28+
yolo = YOLO();
2929
await yolo.loadModel();
3030
});
3131

0 commit comments

Comments
 (0)