Skip to content

Commit 1900d0d

Browse files
committed
[Fix] schema 1.2 test: update stale test title to reflect schema version 1.2
[Fix] tests/31-json-report.bats test 1: title said "version 1.0"; assertion already correctly checks schema_version 1.2; title now matches
1 parent 5593a2d commit 1900d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/31-json-report.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ teardown() {
1818
}
1919

2020
# --- Test 1: --json-report outputs valid JSON structure ---
21-
@test "--json-report outputs valid JSON with version 1.0" {
21+
@test "--json-report outputs valid JSON (schema version 1.2)" {
2222
cp "$SAMPLES_DIR/eicar.com" "$TEST_DIR/"
2323
maldet -a "$TEST_DIR" || true
2424
local scanid

0 commit comments

Comments
 (0)