mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Add tests for kata containers policies (#221)
closes #220 Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
55abbb2b42
commit
c6fb8cf044
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user