We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1445f6b commit 9b0bc5aCopy full SHA for 9b0bc5a
cedar-testing/tests/cedar-policy-cli/corpus_tests.rs
@@ -44,7 +44,6 @@ fn corpus_tests() {
44
)
45
})
46
.map(|e| e.expect("failed to access file in corpus_tests").path())
47
- // only consider files like `*.json`
48
.filter(|p| {
49
let filename = p
50
.file_name()
0 commit comments