Skip to content

Commit 13f1f43

Browse files
fix: fix doc in inputSchema test
1 parent 689ecfd commit 13f1f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/csaf_2_1/mandatoryTest_6_1_46.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { expect } from 'chai'
44

55
const failingInputSchemaTestWithEmptyVulnerability6_1_46 = {
66
vulnerabilities: [
7-
{}, // even this vulnerability is empty, the test should not fail due to the inputSchema
7+
{}, // even this vulnerability is empty, the test should run
88
{
99
cve: 'CVE-1900-0001',
1010
metrics: [

0 commit comments

Comments
 (0)