Skip to content

Commit 85306d8

Browse files
committed
chore: Minor fix in hub.py model name
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 2b09d1d commit 85306d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modules/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"model": cm.LoopFallbackEval(),
9393
"path": "script"
9494
},
95-
"loop_fallback_no_eval_scripted": {
95+
"loop_fallback_no_eval": {
9696
"model": cm.LoopFallbackNoEval(),
9797
"path": "script"
9898
},

0 commit comments

Comments
 (0)