Add tests for kata containers policies (#221)

closes #220

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-04-27 06:31:09 -07:00
committed by GitHub
parent 55abbb2b42
commit c6fb8cf044
15 changed files with 5284 additions and 1 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ fn invalid_line() -> Result<()> {
#[test]
fn file_more_than_64_kb_size() -> Result<()> {
let source = Source::from_file("tests/coco/data/large.rego")?;
let source = Source::from_file("tests/kata/data/large.rego")?;
let mut lexer = Lexer::new(&source);
let mut count = 0;