Skip to content

Commit befef3c

Browse files
committed
fix bats
Signed-off-by: Ian Eaves <[email protected]>
1 parent 8bc692a commit befef3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/002-bench.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function setup() {
1717
@test "ramalama bench" {
1818
skip_if_nocontainer
1919
run_ramalama bench -t 2 $(test_model smollm:135m)
20-
is "$output" ".*model.*size.*" "model and size in output"
20+
is "$output" ".*model.*params.*" "model and params in output"
2121
}
2222

2323
# vim: filetype=sh

0 commit comments

Comments
 (0)