Skip to content

Commit 13ae213

Browse files
all test passed
1 parent de9c1e2 commit 13ae213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_validator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ TEST_CASE("file_type", "[validator]")
126126

127127
sjv.cwd = std::filesystem::current_path();
128128
sjv.strict = true;
129-
129+
sjv.skip_file_check = false;
130130
b = sjv.verify_json(input,rules);
131131

132132
INFO(sjv.log2str());

0 commit comments

Comments
 (0)