Skip to content

Commit 312e8a6

Browse files
authored
fixed test mistake
1 parent f265b53 commit 312e8a6

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 = new YOLO();
28+
yolo = new ml5.YOLO();
2929
});
3030

3131
it('instantiates the YOLO classifier with defaults', () => {

0 commit comments

Comments
 (0)